Sha256: b7ca92245b9e5fbd665b2bb7b4d8b3990d8453b5e0b60102981a44f07540a51e
Contents?: true
Size: 288 Bytes
Versions: 14
Compression:
Stored size: 288 Bytes
Contents
module OpenXml module Docx module Properties class WBefore < ComplexProperty 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