Sha256: 352abdf2102b6cb0a59c3e4f902d2c3501448d0b1979f2e5eb464fb17ebc8516
Contents?: true
Size: 1.04 KB
Versions: 12
Compression:
Stored size: 1.04 KB
Contents
module OpenXml module Docx module Properties class Indentation < ComplexProperty tag :ind with_namespace :w do attribute :end, expects: :integer attribute :end_characters, expects: :integer, displays_as: :endChars attribute :hanging, expects: :integer attribute :hanging_characters, expects: :integer, displays_as: :hangingChars attribute :first_line, expects: :integer, displays_as: :firstLine attribute :first_line_characters, expects: :integer, displays_as: :firstLineChars attribute :left, expects: :integer, deprecated: true attribute :left_characters, expects: :integer, displays_as: :leftChars, deprecated: true attribute :right, expects: :integer, deprecated: true attribute :right_characters, expects: :integer, displays_as: :rightChars, deprecated: true attribute :start, expects: :integer attribute :start_characters, expects: :integer, displays_as: :startChars end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems