Sha256: c37039f75d5031c243ced8044729505f81523dc29b1e9163a7cd80a0b600f0b3
Contents?: true
Size: 325 Bytes
Versions: 14
Compression:
Stored size: 325 Bytes
Contents
module OpenXml module Docx module Properties class TableCellSpacing < ComplexProperty tag :tblCellSpacing 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