Uses of Class
org.openpdf.newtable.TableBox
Packages that use TableBox
-
Uses of TableBox in org.openpdf.layout
Methods in org.openpdf.layout that return TableBoxModifier and TypeMethodDescriptionstatic @Nullable TableBoxBoxBuilder.createMarginTable(LayoutContext c, PageInfo pageInfo, MarginBoxName[] names, int height, BoxBuilder.MarginDirection direction) Methods in org.openpdf.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 org.openpdf.newtable
Fields in org.openpdf.newtable declared as TableBoxModifier and TypeFieldDescriptionprivate final TableBoxTableBox.AutoTableLayout._tableprivate final TableBoxTableBox.FixedTableLayout._tableprivate @Nullable TableBoxTableCellBox._tableMethods in org.openpdf.newtable that return TableBoxModifier and TypeMethodDescription@Nullable TableBoxTableCellBox.getTable()private TableBoxTableRowBox.getTable()private TableBoxTableSectionBox.getTable()Constructors in org.openpdf.newtable with parameters of type TableBoxModifierConstructorDescriptionprivateAutoTableLayout(TableBox table) privateFixedTableLayout(TableBox table) privateMarginTableLayout(TableBox table) -
Uses of TableBox in org.openpdf.render
Fields in org.openpdf.render declared as TableBoxModifier and TypeFieldDescriptionprivate final TableBoxPageBox.MarginAreaContainer.tableThe field for thetablerecord component.Methods in org.openpdf.render that return TableBoxModifier and TypeMethodDescriptionPageBox.MarginAreaContainer.table()Returns the value of thetablerecord component.Constructors in org.openpdf.render with parameters of type TableBoxModifierConstructorDescriptionprivateMarginAreaContainer(PageBox.MarginArea area, TableBox table) Creates an instance of aMarginAreaContainerrecord class.