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 TableBoxBoxBuilder.createMarginTable(LayoutContext c, PageInfo pageInfo, MarginBoxName[] names, int height, int direction) Methods in com.openhtmltopdf.layout with parameters of type TableBoxModifier and TypeMethodDescriptionprivate static voidBoxBuilder.addColumnOrColumnGroup(LayoutContext c, TableBox table, 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 TableBoxModifier and TypeFieldDescriptionprivate final TableBoxTableBox.AutoTableLayout._tableprivate final TableBoxTableBox.FixedTableLayout._tableprivate TableBoxTableCellBox._tableMethods in com.openhtmltopdf.newtable that return TableBoxModifier and TypeMethodDescriptionTableCellBox.getTable()private TableBoxTableRowBox.getTable()TableSectionBox.getTable()Methods in com.openhtmltopdf.newtable with parameters of type TableBoxModifier and TypeMethodDescriptionprivate booleanTableBox.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