Class: Mathtype::RecordMatrix

Inherits:
BinData::Record
  • Object
show all
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

#snapshot

Instance Method Details

#h_justObject



55
56
57
# File 'lib/records/matrix.rb', line 55

def h_just
  HALIGN[_h_just + 1]
end

#v_justObject



59
60
61
# File 'lib/records/matrix.rb', line 59

def v_just
  VALIGN[_v_just]
end

#valignObject



51
52
53
# File 'lib/records/matrix.rb', line 51

def valign
  VALIGN[_valign]
end