Sha256: 99cc02962019d4d206a58e6fa2920edb891b4eeaa46d59191a8f8613b2d040c9
Contents?: true
Size: 278 Bytes
Versions: 14
Compression:
Stored size: 278 Bytes
Contents
module OpenXml module Docx module Properties class PaperSource < ComplexProperty tag :paperSrc with_namespace :w do attribute :first, expects: :integer attribute :other, expects: :integer end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems