Uses of Class
org.xhtmlrenderer.newtable.TableColumn
-
Packages that use TableColumn Package Description org.xhtmlrenderer.newtable -
-
Uses of TableColumn in org.xhtmlrenderer.newtable
Methods in org.xhtmlrenderer.newtable that return TableColumn Modifier and Type Method Description TableColumnTableBox. colElement(int col)TableColumnTableColumn. getParent()Methods in org.xhtmlrenderer.newtable that return types with arguments of type TableColumn Modifier and Type Method Description List<TableColumn>TableBox. getStyleColumns()Methods in org.xhtmlrenderer.newtable with parameters of type TableColumn Modifier and Type Method Description voidTableBox. addStyleColumn(TableColumn col)voidTableColumn. setParent(TableColumn parent)
-