Class: Mathtype3::RecordLine

Inherits:
BinData::Record
  • Object
show all
Includes:
Snapshot
Defined in:
lib/records3/line.rb

Constant Summary collapse

EXPOSED_IN_SNAPSHOT =
%i(options nudge line_spacing ruler object_list)

Instance Method Summary collapse

Methods included from Snapshot

#snapshot

Instance Method Details

#optionsObject



43
44
45
# File 'lib/records3/line.rb', line 43

def options
  _tag_options
end

#to_formatted_s(indent = 0) ⇒ Object



41
# File 'lib/records3/line.rb', line 41

def to_formatted_s(indent = 0); to_s; end