Sha256: 5271a5065c6a51784f1e8cef43f634a06c36595de79261f9b5c998b4cd9818e1
Contents?: true
Size: 309 Bytes
Versions: 14
Compression:
Stored size: 309 Bytes
Contents
module OpenXml module Docx module Properties class TableWidth < ComplexProperty tag :tblW 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