class Mathtype3::RecordMatrix

Constants

EXPOSED_IN_SNAPSHOT

Public Instance Methods

h_just() click to toggle source
# File lib/records3/matrix.rb, line 63
def h_just
  HALIGN[_h_just]
end
options() click to toggle source
# File lib/records3/matrix.rb, line 71
def options
  _tag_options
end
realign(nparts) click to toggle source
# File lib/records3/matrix.rb, line 75
def realign (nparts)
  offset = (((nparts +  1) * 2) % 8)
  return offset == 0 ? 0 : (8 - offset)
end
v_just() click to toggle source
# File lib/records3/matrix.rb, line 67
def v_just
  VALIGN[_v_just]
end
valign() click to toggle source
# File lib/records3/matrix.rb, line 59
def valign
  VALIGN[_valign]
end