Uses of Class
com.openhtmltopdf.newtable.TableCellBox
Packages that use TableCellBox
Package
Description
-
Uses of TableCellBox in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as TableCellBoxMethods in com.openhtmltopdf.layout that return TableCellBoxModifier and TypeMethodDescriptionprivate static TableCellBox
BoxBuilder.createMarginBox
(LayoutContext c, CascadedStyle cascadedStyle, boolean alwaysCreate) CollapsedBorderSide.getCell()
Methods in com.openhtmltopdf.layout that return types with arguments of type TableCellBoxModifier and TypeMethodDescriptionprivate Map
<TableCellBox, List<CollapsedBorderSide>> Layer.collectCollapsedTableBorders
(RenderingContext c, List<Box> blocks) Deprecated.Methods in com.openhtmltopdf.layout with parameters of type TableCellBoxMethod parameters in com.openhtmltopdf.layout with type arguments of type TableCellBoxModifier and TypeMethodDescriptionprivate void
Layer.paintBackgroundsAndBorders
(RenderingContext c, List<Box> blocks, Map<TableCellBox, List<CollapsedBorderSide>> collapsedTableBorders, BoxRangeLists rangeLists) Deprecated.Constructors in com.openhtmltopdf.layout with parameters of type TableCellBox -
Uses of TableCellBox in com.openhtmltopdf.newtable
Fields in com.openhtmltopdf.newtable declared as TableCellBoxFields in com.openhtmltopdf.newtable with type parameters of type TableCellBoxModifier and TypeFieldDescriptionprivate final List
<TableCellBox> RowData._row
private List
<TableCellBox> TableBox.AutoTableLayout._spanCells
Methods in com.openhtmltopdf.newtable that return TableCellBoxModifier and TypeMethodDescriptionprotected TableCellBox
TableBox.cellAbove
(TableCellBox cell) 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 com.openhtmltopdf.newtable that return types with arguments of type TableCellBoxModifier and TypeMethodDescriptionRowData.getRow()
private Iterable
<TableCellBox> TableRowBox.getTableCells()
Methods in com.openhtmltopdf.newtable with parameters of type TableCellBoxModifier and TypeMethodDescriptionprivate void
TableSectionBox.addCell
(TableRowBox row, TableCellBox cell, int cRow) private int
TableRowBox.calcMiddleBottomDeltaY
(TableCellBox cell, IdentValue verticalAlign) protected 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) -
Uses of TableCellBox in com.openhtmltopdf.render.displaylist
Fields in com.openhtmltopdf.render.displaylist with type parameters of type TableCellBoxModifier and TypeFieldDescriptionprivate List
<TableCellBox> PagedBoxCollector.PageResult._tcells
private final Map
<TableCellBox, List<CollapsedBorderSide>> PaintBackgroundAndBorders.collapedTableBorders
Methods in com.openhtmltopdf.render.displaylist that return types with arguments of type TableCellBoxModifier and TypeMethodDescriptionstatic Map
<TableCellBox, List<CollapsedBorderSide>> DisplayListCollector.collectCollapsedTableBorders
(RenderingContext c, List<TableCellBox> tcells) PaintBackgroundAndBorders.getCollapedTableBorders()
PagedBoxCollector.PageResult.tcells()
Methods in com.openhtmltopdf.render.displaylist with parameters of type TableCellBoxModifier and TypeMethodDescriptionprivate void
PagedBoxCollector.PageResult.addTableCell
(TableCellBox tcell) Method parameters in com.openhtmltopdf.render.displaylist with type arguments of type TableCellBoxModifier and TypeMethodDescriptionstatic Map
<TableCellBox, List<CollapsedBorderSide>> DisplayListCollector.collectCollapsedTableBorders
(RenderingContext c, List<TableCellBox> tcells) private void
DisplayListPainter.paintBackgroundAndBorders
(RenderingContext c, List<DisplayListItem> blocks, Map<TableCellBox, List<CollapsedBorderSide>> collapsedTableBorders) Constructor parameters in com.openhtmltopdf.render.displaylist with type arguments of type TableCellBoxModifierConstructorDescriptionPaintBackgroundAndBorders
(List<DisplayListItem> blocks, Map<TableCellBox, List<CollapsedBorderSide>> collapsedTableBorders) -
Uses of TableCellBox in com.openhtmltopdf.render.simplepainter
Fields in com.openhtmltopdf.render.simplepainter with type parameters of type TableCellBoxMethods in com.openhtmltopdf.render.simplepainter that return types with arguments of type TableCellBoxMethods in com.openhtmltopdf.render.simplepainter with parameters of type TableCellBoxModifier and TypeMethodDescriptionprivate void
SimpleBoxCollector.addTableCell
(TableCellBox tcell) Method parameters in com.openhtmltopdf.render.simplepainter with type arguments of type TableCellBoxModifier and TypeMethodDescriptionprivate void
SimplePainter.paintBackgroundsAndBorders
(RenderingContext c, List<DisplayListItem> blocks, Map<TableCellBox, List<CollapsedBorderSide>> collapsedTableBorders)