Uses of Class
com.openhtmltopdf.newtable.TableBox
Packages that use TableBox
-
Uses of TableBox in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return TableBoxModifier and TypeMethodDescriptionstatic TableBox
BoxBuilder.createMarginTable
(LayoutContext c, PageInfo pageInfo, MarginBoxName[] names, int height, int direction) Methods in com.openhtmltopdf.layout with parameters of type TableBoxModifier and TypeMethodDescriptionprivate static void
BoxBuilder.addColumnOrColumnGroup
(LayoutContext c, TableBox table, 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 TableBoxModifier and TypeFieldDescriptionprivate final TableBox
TableBox.AutoTableLayout._table
private final TableBox
TableBox.FixedTableLayout._table
private TableBox
TableCellBox._table
Methods in com.openhtmltopdf.newtable that return TableBoxModifier and TypeMethodDescriptionTableCellBox.getTable()
private TableBox
TableRowBox.getTable()
TableSectionBox.getTable()
Methods in com.openhtmltopdf.newtable with parameters of type TableBoxModifier and TypeMethodDescriptionprivate boolean
TableBox.AutoTableLayout.shouldScaleColumns
(TableBox table) Constructors in com.openhtmltopdf.newtable with parameters of type TableBoxModifierConstructorDescriptionAutoTableLayout
(TableBox table) FixedTableLayout
(TableBox table) MarginTableLayout
(TableBox table) -
Uses of TableBox in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as TableBoxMethods in com.openhtmltopdf.render that return TableBoxConstructors in com.openhtmltopdf.render with parameters of type TableBox