Uses of Class
to.etc.domui.dom.html.TableAlignType

Packages that use TableAlignType
to.etc.domui.dom.html   
 

Uses of TableAlignType in to.etc.domui.dom.html
 

Methods in to.etc.domui.dom.html that return TableAlignType
 TableAlignType Table.getAlign()
           
static TableAlignType TableAlignType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TableAlignType[] TableAlignType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in to.etc.domui.dom.html with parameters of type TableAlignType
 void Table.setAlign(TableAlignType align)