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