Sha256: 685e80d6d587459c74345418966dac31e35861d58234cc6c14ec2b665ec54743

Contents?: true

Size: 368 Bytes

Versions: 4

Compression:

Stored size: 368 Bytes

Contents

module OpenXml
  module DrawingML
    module Properties
      class ThemeElements < SimplePropertyContainerProperty
        namespace :a
        tag :themeElements

        property :color_scheme, required: true
        property :font_scheme, required: true
        property :format_scheme, required: true
        property :extension_list

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