Sha256: 1eb05ef487f2008ba903613cf6b561d10b09304d7bb00fb3450eebef10b90bcb

Contents?: true

Size: 605 Bytes

Versions: 4

Compression:

Stored size: 605 Bytes

Contents

require "openxml/drawingml/properties/fill_none"
require "openxml/drawingml/properties/fill_solid"
require "openxml/drawingml/properties/fill_gradient"
require "openxml/drawingml/properties/fill_blip"
require "openxml/drawingml/properties/fill_pattern"
require "openxml/drawingml/properties/fill_group"

module OpenXml
  module DrawingML
    module Properties
      class FillStyleList < OpenXml::Properties::ContainerProperty
        namespace :a
        tag :fillStyleLst
        child_classes :fill_none, :fill_solid, :fill_gradient, :fill_blip, :fill_pattern, :fill_group

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