Sha256: f6762fdb76a51b489ccf04cb5010a482d6a72cd51add330befa9109ae7cf72d9

Contents?: true

Size: 260 Bytes

Versions: 4

Compression:

Stored size: 260 Bytes

Contents

require "openxml/drawingml/properties/style_matrix_reference_property"

module OpenXml
  module DrawingML
    module Properties
      class EffectReference < StyleMatrixReferenceProperty
        namespace :a
        tag :effectRef

      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openxml-drawingml-0.3.1 lib/openxml/drawingml/properties/effect_reference.rb
openxml-drawingml-0.3.0 lib/openxml/drawingml/properties/effect_reference.rb
openxml-drawingml-0.2.1 lib/openxml/drawingml/properties/effect_reference.rb
openxml-drawingml-0.2.0 lib/openxml/drawingml/properties/effect_reference.rb