Class: Mathtype::RecordPile
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- Mathtype::RecordPile
- Includes:
- Snapshot
- Defined in:
- lib/records/pile.rb
Constant Summary collapse
- EXPOSED_IN_SNAPSHOT =
i( halign valign object_list)
Instance Method Summary collapse
Methods included from Snapshot
Instance Method Details
#halign ⇒ Object
33 34 35 |
# File 'lib/records/pile.rb', line 33 def halign HALIGN[_halign] end |
#valign ⇒ Object
37 38 39 |
# File 'lib/records/pile.rb', line 37 def valign VALIGN[_valign] end |