Sha256: 3a283d173ccbf07242d77cf54dc3addb43930b48adb33305c634fff5883f86ea

Contents?: true

Size: 239 Bytes

Versions: 4

Compression:

Stored size: 239 Bytes

Contents

require "openxml/drawingml/properties/color_container_property"

module OpenXml
  module DrawingML
    module Properties
      class BulletColor < ColorContainerProperty
        namespace :a
        tag :buClr

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