Sha256: 9c4181624db8e4c6df45f5ead27de1bb065f86bf71ff76236617c4cf14273bb8

Contents?: true

Size: 370 Bytes

Versions: 4

Compression:

Stored size: 370 Bytes

Contents

module OpenXml
  module DrawingML
    module Properties
      class EffectStyle < SimplePropertyContainerProperty
        namespace :a
        tag :effectStyle

        property_choice required: true do
          property :effect_list
          property :effect_dag
        end
        property :scene_3d
        # TODO: add `sp3d` property

      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_style.rb
openxml-drawingml-0.3.0 lib/openxml/drawingml/properties/effect_style.rb
openxml-drawingml-0.2.1 lib/openxml/drawingml/properties/effect_style.rb
openxml-drawingml-0.2.0 lib/openxml/drawingml/properties/effect_style.rb