Uses of Class
org.xhtmlrenderer.newtable.TableCellBox
Packages that use TableCellBox
-
Uses of TableCellBox in org.xhtmlrenderer.layout
Fields in org.xhtmlrenderer.layout declared as TableCellBoxMethods in org.xhtmlrenderer.layout that return TableCellBoxModifier and TypeMethodDescriptionprivate static @Nullable TableCellBox
BoxBuilder.createMarginBox
(LayoutContext c, CascadedStyle cascadedStyle, boolean alwaysCreate) CollapsedBorderSide.getCell()
Methods in org.xhtmlrenderer.layout that return types with arguments of type TableCellBoxModifier and TypeMethodDescriptionprivate @Nullable Map
<TableCellBox, List<CollapsedBorderSide>> Layer.collectCollapsedTableBorders
(List<Box> blocks) Method parameters in org.xhtmlrenderer.layout with type arguments of type TableCellBoxModifier and TypeMethodDescriptionprivate void
Layer.paintBackgroundsAndBorders
(RenderingContext c, List<Box> blocks, @Nullable Map<TableCellBox, List<CollapsedBorderSide>> collapsedTableBorders, BoxRangeLists rangeLists) Constructors in org.xhtmlrenderer.layout with parameters of type TableCellBox -
Uses of TableCellBox in org.xhtmlrenderer.newtable
Fields in org.xhtmlrenderer.newtable declared as TableCellBoxFields in org.xhtmlrenderer.newtable with type parameters of type TableCellBoxModifier and TypeFieldDescriptionprivate final List
<TableCellBox> RowData._row
private @Nullable List
<TableCellBox> TableBox.AutoTableLayout._spanCells
Methods in org.xhtmlrenderer.newtable that return TableCellBoxModifier and TypeMethodDescriptionprotected @Nullable TableCellBox
TableBox.cellAbove
(TableCellBox cell) @Nullable TableCellBox
TableSectionBox.cellAt
(int row, int col) protected TableCellBox
TableBox.cellBelow
(TableCellBox cell) protected TableCellBox
TableBox.cellLeft
(TableCellBox cell) protected TableCellBox
TableBox.cellRight
(TableCellBox cell) Methods in org.xhtmlrenderer.newtable that return types with arguments of type TableCellBoxMethods in org.xhtmlrenderer.newtable with parameters of type TableCellBoxModifier and TypeMethodDescriptionprivate void
TableSectionBox.addCell
(TableCellBox cell, int cRow) private int
TableRowBox.calcMiddleBottomDeltaY
(TableCellBox cell, IdentValue verticalAlign) protected @Nullable TableCellBox
TableBox.cellAbove
(TableCellBox cell) protected TableCellBox
TableBox.cellBelow
(TableCellBox cell) protected TableCellBox
TableBox.cellLeft
(TableCellBox cell) protected TableCellBox
TableBox.cellRight
(TableCellBox cell) private void
TableRowBox.layoutCell
(LayoutContext c, TableCellBox cell, int contentStart) private void
TableRowBox.relayoutCell
(LayoutContext c, TableCellBox cell, int contentStart) private void
TableSectionBox.setCellAt
(int row, int col, TableCellBox cell)