Sha256: ad821acf816f4de6a51992ccbda69826b7fa055ea7711db61b620315d63c905c
Contents?: true
Size: 354 Bytes
Versions: 14
Compression:
Stored size: 354 Bytes
Contents
module OpenXml module Docx module Properties class TableCellMargin < ComplexProperty tag_is_one_of %i(top start bottom end left right) 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