Uses of Class
org.xhtmlrenderer.newtable.TableBox
Packages that use TableBox
-
Uses of TableBox in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return TableBoxModifier and TypeMethodDescriptionstatic @Nullable TableBox
BoxBuilder.createMarginTable
(LayoutContext c, PageInfo pageInfo, MarginBoxName[] names, int height, BoxBuilder.MarginDirection direction) Methods in org.xhtmlrenderer.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 org.xhtmlrenderer.newtable
Fields in org.xhtmlrenderer.newtable declared as TableBoxModifier and TypeFieldDescriptionprivate final TableBox
TableBox.AutoTableLayout._table
private final TableBox
TableBox.FixedTableLayout._table
private @Nullable TableBox
TableCellBox._table
Methods in org.xhtmlrenderer.newtable that return TableBoxModifier and TypeMethodDescription@Nullable TableBox
TableCellBox.getTable()
private TableBox
TableRowBox.getTable()
private TableBox
TableSectionBox.getTable()
Constructors in org.xhtmlrenderer.newtable with parameters of type TableBoxModifierConstructorDescriptionprivate
AutoTableLayout
(TableBox table) private
FixedTableLayout
(TableBox table) private
MarginTableLayout
(TableBox table) -
Uses of TableBox in org.xhtmlrenderer.render
Fields in org.xhtmlrenderer.render declared as TableBoxModifier and TypeFieldDescriptionprivate final TableBox
PageBox.MarginAreaContainer.table
The field for thetable
record component.Methods in org.xhtmlrenderer.render that return TableBoxModifier and TypeMethodDescriptionPageBox.MarginAreaContainer.table()
Returns the value of thetable
record component.Constructors in org.xhtmlrenderer.render with parameters of type TableBoxModifierConstructorDescriptionprivate
MarginAreaContainer
(PageBox.MarginArea area, TableBox table) Creates an instance of aMarginAreaContainer
record class.