Sha256: 1719766127bfe1cada22131f594752fb77cca60d89880ecdd7cafcc51bf8dd5c
Contents?: true
Size: 367 Bytes
Versions: 14
Compression:
Stored size: 367 Bytes
Contents
module OpenXml module Docx module Properties class DocumentGrid < ComplexProperty tag :docGrid with_namespace :w do attribute :char_space, expects: :integer attribute :line_pitch, expects: :integer attribute :type, one_of: %i(default lines linesAndChars snapToChars) end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems