Sha256: ff0d2668e7345a63251df463f025823a7693dda0cc80ff66be28eae9812f3445
Contents?: true
Size: 287 Bytes
Versions: 14
Compression:
Stored size: 287 Bytes
Contents
module OpenXml module Docx module Properties class WAfter < 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