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 TableBox
BoxBuilder.createMarginTable
(LayoutContext c, PageInfo pageInfo, MarginBoxName[] names, int height, int 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 TableBox
TableCellBox._table
Methods in org.xhtmlrenderer.newtable that return TableBoxModifier and TypeMethodDescriptionTableCellBox.getTable()
private TableBox
TableRowBox.getTable()
private TableBox
TableSectionBox.getTable()
Methods in org.xhtmlrenderer.newtable with parameters of type TableBoxModifier and TypeMethodDescriptionprivate boolean
TableBox.AutoTableLayout.shouldScaleColumns
(TableBox table) 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 TableBox
PageBox.MarginArea._table
private final TableBox
PageBox.MarginAreaContainer._table
Methods in org.xhtmlrenderer.render that return TableBoxModifier and TypeMethodDescriptionPageBox.MarginArea.getTable()
private TableBox
PageBox.MarginAreaContainer.getTable()
Methods in org.xhtmlrenderer.render with parameters of type TableBoxConstructors in org.xhtmlrenderer.render with parameters of type TableBoxModifierConstructorDescriptionprivate
MarginAreaContainer
(PageBox.MarginArea area, TableBox table)