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 TableBox
BoxBuilder. 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 void
BoxBuilder. addColumnOrColumnGroup(LayoutContext c, TableBox table, org.w3c.dom.Element e, CalculatedStyle style)
private static void
BoxBuilder. addColumns(LayoutContext c, TableBox table, TableColumn parent)
private static BlockBox
BoxBuilder. 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 TableBox
TableBox.AutoTableLayout. _table
private TableBox
TableBox.FixedTableLayout. _table
private TableBox
TableCellBox. _table
Methods in com.openhtmltopdf.newtable that return TableBox Modifier and Type Method Description TableBox
TableCellBox. getTable()
private TableBox
TableRowBox. getTable()
TableBox
TableSectionBox. getTable()
Methods in com.openhtmltopdf.newtable with parameters of type TableBox Modifier and Type Method Description private boolean
TableBox.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 TableBox
PageBox.MarginAreaContainer. _table
Methods in com.openhtmltopdf.render that return TableBox Modifier and Type Method Description TableBox
PageBox.MarginAreaContainer. getTable()
Constructors in com.openhtmltopdf.render with parameters of type TableBox Constructor Description MarginAreaContainer(PageBox.MarginArea area, TableBox table)
-