Sha256: f51c62ae06aa3723acaf3e7e681aba02f906946e9436535eab7bc5f365982ba5

Contents?: true

Size: 344 Bytes

Versions: 4

Compression:

Stored size: 344 Bytes

Contents

require "openxml/drawingml/properties/fill_style_list"

module OpenXml
  module DrawingML
    module Properties
      class BackgroundFillStyleList < FillStyleList
        namespace :a
        tag :bgFillStyleLst
        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/background_fill_style_list.rb
openxml-drawingml-0.3.0 lib/openxml/drawingml/properties/background_fill_style_list.rb
openxml-drawingml-0.2.1 lib/openxml/drawingml/properties/background_fill_style_list.rb
openxml-drawingml-0.2.0 lib/openxml/drawingml/properties/background_fill_style_list.rb