Class: Mathtype::RecordPile

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

Constant Summary collapse

EXPOSED_IN_SNAPSHOT =
%i(options halign valign object_list)

Instance Method Summary collapse

Methods included from Snapshot

#snapshot

Instance Method Details

#halignObject



33
34
35
# File 'lib/records/pile.rb', line 33

def halign
  HALIGN[_halign]
end

#valignObject



37
38
39
# File 'lib/records/pile.rb', line 37

def valign
  VALIGN[_valign]
end