class Mathtype5::RecordPile

Constants

EXPOSED_IN_SNAPSHOT

Public Instance Methods

halign() click to toggle source
# File lib/records5/pile.rb, line 33
def halign
  HALIGN[_halign]
end
valign() click to toggle source
# File lib/records5/pile.rb, line 37
def valign
  VALIGN[_valign]
end