Sha256: 9d7b4831377dd962cbf902a48d498a4dbee230d77a6af6487fbf5764b19dec3c

Contents?: true

Size: 257 Bytes

Versions: 3

Compression:

Stored size: 257 Bytes

Contents

module OpenXml
  module Docx
    module Properties
      class ManualWidth < ComplexProperty
        tag :fitText

        attribute :id, expects: :integer
        attribute :width, expects: :positive_integer, displays_as: :val

      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
openxml-docx-0.9.0 lib/openxml/docx/properties/manual_width.rb
openxml-docx-0.8.0 lib/openxml/docx/properties/manual_width.rb
openxml-docx-0.8.0.beta1 lib/openxml/docx/properties/manual_width.rb