Sha256: 3d07d99435d7e5dbc208974d1e1d4eb6bbe343c465bf347692a617945a00c4f7
Contents?: true
Size: 566 Bytes
Versions: 12
Compression:
Stored size: 566 Bytes
Contents
module OpenXml module Docx module Properties class TableLook < ComplexProperty tag :tblLook with_namespace :w do attribute :firstColumn, expects: :boolean attribute :firstRow, expects: :boolean attribute :lastColumn, expects: :boolean attribute :lastRow, expects: :boolean attribute :noHBand, expects: :boolean attribute :noVBand, expects: :boolean attribute :value, expects: :hex_digit_4, displays_as: :val, deprecated: true end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems