Sha256: 30c627fa4877805506291d3d59613bf63c38c2cc04e918bb6768d6467d395a3e
Contents?: true
Size: 414 Bytes
Versions: 14
Compression:
Stored size: 414 Bytes
Contents
module OpenXml module Docx module Properties class LineNumbering < ComplexProperty tag :lnNumType with_namespace :w do attribute :count_by, expects: :integer attribute :distance, expects: :positive_integer attribute :restart, one_of: %i(continuous newPage newSection) attribute :start, expects: :integer end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems