class Mathtype5::RecordMatrix
Constants
- EXPOSED_IN_SNAPSHOT
Public Instance Methods
h_just()
click to toggle source
# File lib/records5/matrix.rb, line 59 def h_just HALIGN[_h_just] end
realign(nparts)
click to toggle source
# File lib/records5/matrix.rb, line 66 def realign (nparts) offset = (((nparts + 1) * 2) % 8) return offset == 0 ? 0 : (8 - offset) end
v_just()
click to toggle source
# File lib/records5/matrix.rb, line 63 def v_just VALIGN[_v_just] end
valign()
click to toggle source
# File lib/records5/matrix.rb, line 55 def valign VALIGN[_valign] end