Sha256: 8bc323fdc50d5c8b6bbbd35d04502bc6e9d57cf18ce9e8b63539454a23288690

Contents?: true

Size: 241 Bytes

Versions: 4

Compression:

Stored size: 241 Bytes

Contents

require "openxml/drawingml/properties/color_container_property"

module OpenXml
  module DrawingML
    module Properties
      class CustomColor < ColorContainerProperty
        namespace :a
        tag :custClr

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