Uses of Class
com.scroogexhtml.table.ClVertAl
-
Packages that use ClVertAl Package Description com.scroogexhtml.table Provides table conversion support classes.com.scroogexhtml.xmldom.table Provides RTF table support classes. -
-
Uses of ClVertAl in com.scroogexhtml.table
Methods in com.scroogexhtml.table that return ClVertAl Modifier and Type Method Description ClVertAl
CellDef. getClVertAl()
static ClVertAl
ClVertAl. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClVertAl[]
ClVertAl. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.scroogexhtml.table with parameters of type ClVertAl Modifier and Type Method Description void
TableWriter. setCellVertAl(ClVertAl border)
Constructors in com.scroogexhtml.table with parameters of type ClVertAl Constructor Description CellDef(int cellx, String clCbPat, ClVertAl al, BorderDefs borders)
-
Uses of ClVertAl in com.scroogexhtml.xmldom.table
Methods in com.scroogexhtml.xmldom.table with parameters of type ClVertAl Modifier and Type Method Description void
TableSupport. setCellVertAl(ClVertAl al)
-