Sha256: fe00c76c2a42bacddf7ae038c049b7ab1c3cde6dd07098f59d242cefb3a1f395
Contents?: true
Size: 501 Bytes
Versions: 14
Compression:
Stored size: 501 Bytes
Contents
module OpenXml module Docx module Properties class EastAsianLayout < ComplexProperty with_namespace :w do attribute :combine, expects: :on_or_off attribute :combine_brackets, one_of: %i(angle curly none round square) attribute :id, expects: :integer attribute :vertical, expects: :on_or_off, displays_as: :vert attribute :vertical_compress, expects: :on_or_off, displays_as: :vertCompress end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems