Sha256: 4d2d051d3d81f1993fae426d6300bb8ed1075cc8bb816d3dacc02c31d3733187
Contents?: true
Size: 984 Bytes
Versions: 12
Compression:
Stored size: 984 Bytes
Contents
module OpenXml module Docx module Properties class ConditionalFormatting < ComplexProperty tag :cnfStyle with_namespace :w do attribute :even_horizontal_band, expects: :boolean, displays_as: :evenHBand attribute :even_vertical_band, expects: :boolean, displays_as: :evenVBand attribute :first_column, expects: :boolean attribute :first_row, expects: :boolean attribute :first_row_first_column, expects: :boolean attribute :first_row_last_column, expects: :boolean attribute :last_column, expects: :boolean attribute :last_row, expects: :boolean attribute :last_row_first_column, expects: :boolean attribute :last_row_last_column, expects: :boolean attribute :odd_horizontal_band, expects: :boolean, displays_as: :oddHBand attribute :odd_vertical_band, expects: :boolean, displays_as: :oddVBand end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems