Sha256: cdf85f60e5ded3567751a5d10929d0e1f3d9fb641cbcfe7240d5e399baeb8778

Contents?: true

Size: 551 Bytes

Versions: 14

Compression:

Stored size: 551 Bytes

Contents

module OpenXml
  module Docx
    module Properties
      class PageMargins < ComplexProperty
        tag :pgMar

        with_namespace :w do
          attribute :bottom, expects: :integer
          attribute :footer, expects: :positive_integer
          attribute :gutter, expects: :positive_integer
          attribute :header, expects: :positive_integer
          attribute :left, expects: :positive_integer
          attribute :right, expects: :positive_integer
          attribute :top, expects: :integer
        end

      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
openxml-docx-0.11.5 lib/openxml/docx/properties/page_margins.rb
openxml-docx-0.11.4 lib/openxml/docx/properties/page_margins.rb
openxml-docx-0.11.3 lib/openxml/docx/properties/page_margins.rb
openxml-docx-0.11.2 lib/openxml/docx/properties/page_margins.rb
openxml-docx-0.11.1 lib/openxml/docx/properties/page_margins.rb
openxml-docx-0.11.0 lib/openxml/docx/properties/page_margins.rb
openxml-docx-0.11.0.rc lib/openxml/docx/properties/page_margins.rb
openxml-docx-0.10.6 lib/openxml/docx/properties/page_margins.rb
openxml-docx-0.10.5 lib/openxml/docx/properties/page_margins.rb
openxml-docx-0.10.4 lib/openxml/docx/properties/page_margins.rb
openxml-docx-0.10.3 lib/openxml/docx/properties/page_margins.rb
openxml-docx-0.10.2 lib/openxml/docx/properties/page_margins.rb
openxml-docx-0.10.1 lib/openxml/docx/properties/page_margins.rb
openxml-docx-0.10.0 lib/openxml/docx/properties/page_margins.rb