Sha256: 773c0559c30b392aee61e5ae36d5d2b4e83b68f42b6ef83c2b44af1e9d69ecff

Contents?: true

Size: 711 Bytes

Versions: 2

Compression:

Stored size: 711 Bytes

Contents

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

        with_namespace :w do
          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
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
openxml-docx-0.10.1 lib/openxml/docx/properties/indentation.rb
openxml-docx-0.10.0 lib/openxml/docx/properties/indentation.rb