Sha256: 6019ddd9d56bcd322a80fae6d291874c230b353f942761504bc5967ff2b2351f

Contents?: true

Size: 393 Bytes

Versions: 7

Compression:

Stored size: 393 Bytes

Contents

module OpenXml
  module Docx
    module Properties
      class Color < ComplexProperty
        with_namespace :w do
          attribute :color, expects: :hex_color, displays_as: :val
          attribute :theme_color, expects: :valid_theme_color
          attribute :theme_shade, expects: :hex_digit
          attribute :theme_tint, expects: :hex_digit
        end

      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
openxml-docx-0.10.6 lib/openxml/docx/properties/color.rb
openxml-docx-0.10.5 lib/openxml/docx/properties/color.rb
openxml-docx-0.10.4 lib/openxml/docx/properties/color.rb
openxml-docx-0.10.3 lib/openxml/docx/properties/color.rb
openxml-docx-0.10.2 lib/openxml/docx/properties/color.rb
openxml-docx-0.10.1 lib/openxml/docx/properties/color.rb
openxml-docx-0.10.0 lib/openxml/docx/properties/color.rb