Sha256: 1f24e5f108d4d13a293782d70474cc428d0a95131db68c76d2e2c1adeb598100

Contents?: true

Size: 521 Bytes

Versions: 4

Compression:

Stored size: 521 Bytes

Contents

module OpenXml
  module DrawingML
    module Properties
      class FormatScheme < OpenXml::Properties::ComplexProperty
        include OpenXml::ContainsProperties
        namespace :a
        tag :fmtScheme

        attribute :scheme_name, displays_as: :name, expects: :string

        property :fill_style_list, required: true
        property :line_style_list, required: true
        property :effect_style_list, required: true
        property :background_fill_style_list, required: true

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