Class: Mathtype3::RecordPile

Inherits:
BinData::Record
  • Object
show all
Includes:
Snapshot
Defined in:
lib/records3/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



35
36
37
# File 'lib/records3/pile.rb', line 35

def halign
  HALIGN[_halign]
end

#valignObject



39
40
41
# File 'lib/records3/pile.rb', line 39

def valign
  VALIGN[_valign]
end