Sha256: f60b6faff5c5f8e2b01e76d06f9c27f6aded008e5500ba35f99a31171ab5672a

Contents?: true

Size: 290 Bytes

Versions: 4

Compression:

Stored size: 290 Bytes

Contents

require "openxml/drawingml/properties/effect_style"

module OpenXml
  module DrawingML
    module Properties
      class EffectStyleList < OpenXml::Properties::ContainerProperty
        namespace :a
        tag :effectStyleLst
        child_class :effect_style

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