Sha256: 5705ba727101577e129307cbe34eeb88dfed9e330d38b64f0118c4fc2e30338c
Contents?: true
Size: 302 Bytes
Versions: 14
Compression:
Stored size: 302 Bytes
Contents
module OpenXml module Docx module Properties class ManualWidth < ComplexProperty tag :fitText with_namespace :w do attribute :id, expects: :integer attribute :width, expects: :positive_integer, displays_as: :val end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems