Sha256: 4c5bed31fabb9802164c78909e68e98ad1fed0030134ca906fa8e77bec6c491a
Contents?: true
Size: 369 Bytes
Versions: 2
Compression:
Stored size: 369 Bytes
Contents
# frozen_string_literal: true module Goldendocx module Documents module Properties class PageSizeProperty include Goldendocx::Element namespace :w tag :pgSz attribute :width, alias_name: :w, namespace: :w, default: 11906 attribute :height, alias_name: :h, namespace: :w, default: 16838 end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
goldendocx-0.3.0 | lib/goldendocx/documents/properties/page_size_property.rb |
goldendocx-0.2.3 | lib/goldendocx/documents/properties/page_size_property.rb |