Sha256: aee151bd74faaef0303fdc60c74fd4f46ed7f927753df75bbe405c9e5fa6419f
Contents?: true
Size: 455 Bytes
Versions: 14
Compression:
Stored size: 455 Bytes
Contents
module OpenXml module Docx module Properties class PageSize < ComplexProperty tag :pgSz with_namespace :w do attribute :code, expects: :integer attribute :height, expects: :positive_integer, displays_as: :h attribute :orientation, one_of: %i(portrait landscape), displays_as: :orient attribute :width, expects: :positive_integer, displays_as: :w end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems