Uses of Class
com.openhtmltopdf.newtable.TableColumn
-
Packages that use TableColumn Package Description com.openhtmltopdf.layout com.openhtmltopdf.newtable -
-
Uses of TableColumn in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout with parameters of type TableColumn Modifier and Type Method Description private static voidBoxBuilder. addColumns(LayoutContext c, TableBox table, TableColumn parent) -
Uses of TableColumn in com.openhtmltopdf.newtable
Fields in com.openhtmltopdf.newtable declared as TableColumn Modifier and Type Field Description private TableColumnTableColumn. _parentFields in com.openhtmltopdf.newtable with type parameters of type TableColumn Modifier and Type Field Description private java.util.List<TableColumn>TableBox. _styleColumnsMethods in com.openhtmltopdf.newtable that return TableColumn Modifier and Type Method Description TableColumnTableBox. colElement(int col)TableColumnTableColumn. getParent()Methods in com.openhtmltopdf.newtable that return types with arguments of type TableColumn Modifier and Type Method Description java.util.List<TableColumn>TableBox. getStyleColumns()Methods in com.openhtmltopdf.newtable with parameters of type TableColumn Modifier and Type Method Description voidTableBox. addStyleColumn(TableColumn col)voidTableColumn. setParent(TableColumn parent)
-