Sha256: 3136af94029bb78cfe577ffcc45ba1f9ab37d233f43b6d82dd1f483f35535acb

Contents?: true

Size: 449 Bytes

Versions: 2

Compression:

Stored size: 449 Bytes

Contents

# frozen_string_literal: true

module Goldendocx
  module Documents
    module Properties
      class SectionProperty
        include Goldendocx::Element

        namespace :w
        tag :sectPr

        embeds_one :size, class_name: 'Goldendocx::Documents::Properties::PageSizeProperty', auto_build: true
        embeds_one :margin, class_name: 'Goldendocx::Documents::Properties::PageMarginProperty', auto_build: true
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
goldendocx-0.3.0 lib/goldendocx/documents/properties/section_property.rb
goldendocx-0.2.3 lib/goldendocx/documents/properties/section_property.rb