Sha256: 72946af359e412f38778d0cb7f71902c3d05cf554b92450b97ec10e444058948
Contents?: true
Size: 513 Bytes
Versions: 7
Compression:
Stored size: 513 Bytes
Contents
module OpenXml module Docx module Elements class Background < OpenXml::Docx::Element include HasChildren, HasProperties with_namespace :w do attribute :color, expects: :hex_color attribute :theme_color, one_of: OpenXml::Docx::THEME_COLORS, displays_as: :themeColor attribute :theme_shade, expects: :hex_digit, displays_as: :themeShade attribute :theme_tint, expects: :hex_digit, displays_as: :themeTint end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems