Class: Mathtype3::RecordPile
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- Mathtype3::RecordPile
- 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
Instance Method Details
permalink #halign ⇒ Object
[View source]
35 36 37 |
# File 'lib/records3/pile.rb', line 35 def halign HALIGN[_halign] end |
permalink #valign ⇒ Object
[View source]
39 40 41 |
# File 'lib/records3/pile.rb', line 39 def valign VALIGN[_valign] end |