Sha256: f5a11a917fd711e6e7e51277941a4c4151b8e37cd0bb4547bc0c527c99ac1c2b

Contents?: true

Size: 485 Bytes

Versions: 4

Compression:

Stored size: 485 Bytes

Contents

module OpenXml
  module DrawingML
    module Properties
      class EffectList < SimplePropertyContainerProperty
        include HasChildren
        namespace :a
        tag :effectLst

        # TODO: Perhaps enumerate all of the effects that can be contained by
        # this effects container? But since effects containers can contain
        # effects containers, maybe it's just more straightforward to shovel on
        # regular elements for this.

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