Uses of Class
com.openhtmltopdf.newtable.TableBox
-
Packages that use TableBox Package Description com.openhtmltopdf.layout com.openhtmltopdf.newtable com.openhtmltopdf.render -
-
Uses of TableBox in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return TableBox Modifier and Type Method Description static TableBoxBoxBuilder. createMarginTable(LayoutContext c, PageInfo pageInfo, MarginBoxName[] names, int height, int direction)Methods in com.openhtmltopdf.layout with parameters of type TableBox Modifier and Type Method Description private static voidBoxBuilder. addColumnOrColumnGroup(LayoutContext c, TableBox table, org.w3c.dom.Element e, CalculatedStyle style)private static voidBoxBuilder. addColumns(LayoutContext c, TableBox table, TableColumn parent)private static BlockBoxBoxBuilder. reorderTableContent(LayoutContext c, TableBox table)Reorganizes a table so that the header is the first row group and the footer the last. -
Uses of TableBox in com.openhtmltopdf.newtable
Fields in com.openhtmltopdf.newtable declared as TableBox Modifier and Type Field Description private TableBoxTableBox.AutoTableLayout. _tableprivate TableBoxTableBox.FixedTableLayout. _tableprivate TableBoxTableCellBox. _tableMethods in com.openhtmltopdf.newtable that return TableBox Modifier and Type Method Description TableBoxTableCellBox. getTable()private TableBoxTableRowBox. getTable()TableBoxTableSectionBox. getTable()Methods in com.openhtmltopdf.newtable with parameters of type TableBox Modifier and Type Method Description private booleanTableBox.AutoTableLayout. shouldScaleColumns(TableBox table)Constructors in com.openhtmltopdf.newtable with parameters of type TableBox Constructor Description AutoTableLayout(TableBox table)FixedTableLayout(TableBox table)MarginTableLayout(TableBox table) -
Uses of TableBox in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as TableBox Modifier and Type Field Description private TableBoxPageBox.MarginAreaContainer. _tableMethods in com.openhtmltopdf.render that return TableBox Modifier and Type Method Description TableBoxPageBox.MarginAreaContainer. getTable()Constructors in com.openhtmltopdf.render with parameters of type TableBox Constructor Description MarginAreaContainer(PageBox.MarginArea area, TableBox table)
-