Sha256: 951e47cccb6e40e34b0197f16ed2a20ff81f53c379986fded12d92386e8587bf
Contents?: true
Size: 312 Bytes
Versions: 14
Compression:
Stored size: 312 Bytes
Contents
module OpenXml module Docx module Properties class TableCellWidth < ComplexProperty tag :tcW with_namespace :w do attribute :type, one_of: %i(auto dxa nil pct) attribute :width, expects: :positive_integer, displays_as: :w end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems