Class: Mathtype::RecordMatrix
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- Mathtype::RecordMatrix
- Includes:
- Snapshot
- Defined in:
- lib/records/matrix.rb
Constant Summary collapse
- EXPOSED_IN_SNAPSHOT =
%i(options nudge valign h_just v_just rows cols row_parts col_parts object_list)
Instance Method Summary collapse
Methods included from Snapshot
Instance Method Details
#h_just ⇒ Object
55 56 57 |
# File 'lib/records/matrix.rb', line 55 def h_just HALIGN[_h_just] end |
#v_just ⇒ Object
59 60 61 |
# File 'lib/records/matrix.rb', line 59 def v_just VALIGN[_v_just] end |
#valign ⇒ Object
51 52 53 |
# File 'lib/records/matrix.rb', line 51 def valign VALIGN[_valign] end |