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 void
BoxBuilder. 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 TableColumn
TableColumn. _parent
Fields in com.openhtmltopdf.newtable with type parameters of type TableColumn Modifier and Type Field Description private java.util.List<TableColumn>
TableBox. _styleColumns
Methods in com.openhtmltopdf.newtable that return TableColumn Modifier and Type Method Description TableColumn
TableBox. colElement(int col)
TableColumn
TableColumn. 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 void
TableBox. addStyleColumn(TableColumn col)
void
TableColumn. setParent(TableColumn parent)
-