Sha256: 48b49b4256457b7a1cbb43f4919f16d8b14fbaa92c82b4816b6ae129a7802305

Contents?: true

Size: 653 Bytes

Versions: 3

Compression:

Stored size: 653 Bytes

Contents

module OpenXml
  module Docx
    module Properties
      class Indentation < ComplexProperty
        tag :ind

        attribute :end, expects: :integer
        attribute :end_characters, expects: :integer, displays_as: :endChars
        attribute :hanging, expects: :integer
        attribute :hanging_characters, expects: :integer, displays_as: :hangingChars
        attribute :first_line, expects: :integer
        attribute :first_line_characters, expects: :integer, displays_as: :firstLineChars
        attribute :start, expects: :integer
        attribute :start_characters, expects: :integer, displays_as: :startChars
      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/indentation.rb
openxml-docx-0.8.0 lib/openxml/docx/properties/indentation.rb
openxml-docx-0.8.0.beta1 lib/openxml/docx/properties/indentation.rb