Sha256: dbe0237248828383ed83c8e5bbbb677ef20ec28101b0cfcbfc7d1523923fb7f5

Contents?: true

Size: 256 Bytes

Versions: 4

Compression:

Stored size: 256 Bytes

Contents

require "openxml/drawingml/properties/style_matrix_reference_property"

module OpenXml
  module DrawingML
    module Properties
      class FillReference < StyleMatrixReferenceProperty
        namespace :a
        tag :fillRef

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