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 TableCellBoxBoxBuilder.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 voidLayer.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._rowprivate List<TableCellBox> TableBox.AutoTableLayout._spanCellsMethods in com.openhtmltopdf.newtable that return TableCellBoxModifier and TypeMethodDescriptionprotected TableCellBoxTableBox.cellAbove(TableCellBox cell) TableSectionBox.cellAt(int row, int col) protected TableCellBoxTableBox.cellBelow(TableCellBox cell) protected TableCellBoxTableBox.cellLeft(TableCellBox cell) protected TableCellBoxTableBox.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 voidTableSectionBox.addCell(TableRowBox row, TableCellBox cell, int cRow) private intTableRowBox.calcMiddleBottomDeltaY(TableCellBox cell, IdentValue verticalAlign) protected TableCellBoxTableBox.cellAbove(TableCellBox cell) protected TableCellBoxTableBox.cellBelow(TableCellBox cell) protected TableCellBoxTableBox.cellLeft(TableCellBox cell) protected TableCellBoxTableBox.cellRight(TableCellBox cell) private voidTableRowBox.layoutCell(LayoutContext c, TableCellBox cell, int contentStart) private voidTableRowBox.relayoutCell(LayoutContext c, TableCellBox cell, int contentStart) private voidTableSectionBox.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._tcellsprivate final Map<TableCellBox, List<CollapsedBorderSide>> PaintBackgroundAndBorders.collapedTableBordersMethods 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 voidPagedBoxCollector.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 voidDisplayListPainter.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 voidSimpleBoxCollector.addTableCell(TableCellBox tcell) Method parameters in com.openhtmltopdf.render.simplepainter with type arguments of type TableCellBoxModifier and TypeMethodDescriptionprivate voidSimplePainter.paintBackgroundsAndBorders(RenderingContext c, List<DisplayListItem> blocks, Map<TableCellBox, List<CollapsedBorderSide>> collapsedTableBorders)