Sha256: f8b83294288d5ec6b8289f13eb8deafa1678fe9dd5e50a75eb7f0f993d2602bc
Contents?: true
Size: 344 Bytes
Versions: 3
Compression:
Stored size: 344 Bytes
Contents
module OpenXml module Docx module Properties class Color < ComplexProperty 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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
openxml-docx-0.9.0 | lib/openxml/docx/properties/color.rb |
openxml-docx-0.8.0 | lib/openxml/docx/properties/color.rb |
openxml-docx-0.8.0.beta1 | lib/openxml/docx/properties/color.rb |