Uses of Class
com.openhtmltopdf.newtable.TableCellBox
-
Packages that use TableCellBox Package Description com.openhtmltopdf.layout com.openhtmltopdf.newtable com.openhtmltopdf.render.displaylist com.openhtmltopdf.render.simplepainter -
-
Uses of TableCellBox in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as TableCellBox Modifier and Type Field Description private TableCellBox
CollapsedBorderSide. _cell
Methods in com.openhtmltopdf.layout that return TableCellBox Modifier and Type Method Description private static TableCellBox
BoxBuilder. createMarginBox(LayoutContext c, CascadedStyle cascadedStyle, boolean alwaysCreate)
TableCellBox
CollapsedBorderSide. getCell()
Methods in com.openhtmltopdf.layout that return types with arguments of type TableCellBox Modifier and Type Method Description private java.util.Map<TableCellBox,java.util.List<CollapsedBorderSide>>
Layer. collectCollapsedTableBorders(RenderingContext c, java.util.List<Box> blocks)
Deprecated.Methods in com.openhtmltopdf.layout with parameters of type TableCellBox Modifier and Type Method Description void
CollapsedBorderSide. setCell(TableCellBox cell)
Method parameters in com.openhtmltopdf.layout with type arguments of type TableCellBox Modifier and Type Method Description private void
Layer. paintBackgroundsAndBorders(RenderingContext c, java.util.List<Box> blocks, java.util.Map<TableCellBox,java.util.List<CollapsedBorderSide>> collapsedTableBorders, BoxRangeLists rangeLists)
Deprecated.Constructors in com.openhtmltopdf.layout with parameters of type TableCellBox Constructor Description CollapsedBorderSide(TableCellBox cell, int side)
-
Uses of TableCellBox in com.openhtmltopdf.newtable
Fields in com.openhtmltopdf.newtable declared as TableCellBox Modifier and Type Field Description static TableCellBox
TableCellBox. SPANNING_CELL
Fields in com.openhtmltopdf.newtable with type parameters of type TableCellBox Modifier and Type Field Description private java.util.List<TableCellBox>
RowData. _row
private java.util.List<TableCellBox>
TableBox.AutoTableLayout. _spanCells
Methods in com.openhtmltopdf.newtable that return TableCellBox Modifier and Type Method Description protected TableCellBox
TableBox. cellAbove(TableCellBox cell)
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 com.openhtmltopdf.newtable that return types with arguments of type TableCellBox Modifier and Type Method Description java.util.List<TableCellBox>
RowData. getRow()
private java.lang.Iterable<TableCellBox>
TableRowBox. getTableCells()
Methods in com.openhtmltopdf.newtable with parameters of type TableCellBox Modifier and Type Method Description private 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 TableCellBox Modifier and Type Field Description private java.util.List<TableCellBox>
PagedBoxCollector.PageResult. _tcells
private java.util.Map<TableCellBox,java.util.List<CollapsedBorderSide>>
PaintBackgroundAndBorders. collapedTableBorders
Methods in com.openhtmltopdf.render.displaylist that return types with arguments of type TableCellBox Modifier and Type Method Description static java.util.Map<TableCellBox,java.util.List<CollapsedBorderSide>>
DisplayListCollector. collectCollapsedTableBorders(RenderingContext c, java.util.List<TableCellBox> tcells)
java.util.Map<TableCellBox,java.util.List<CollapsedBorderSide>>
PaintBackgroundAndBorders. getCollapedTableBorders()
java.util.List<TableCellBox>
PagedBoxCollector.PageResult. tcells()
Methods in com.openhtmltopdf.render.displaylist with parameters of type TableCellBox Modifier and Type Method Description private void
PagedBoxCollector.PageResult. addTableCell(TableCellBox tcell)
Method parameters in com.openhtmltopdf.render.displaylist with type arguments of type TableCellBox Modifier and Type Method Description static java.util.Map<TableCellBox,java.util.List<CollapsedBorderSide>>
DisplayListCollector. collectCollapsedTableBorders(RenderingContext c, java.util.List<TableCellBox> tcells)
private void
DisplayListPainter. paintBackgroundAndBorders(RenderingContext c, java.util.List<DisplayListItem> blocks, java.util.Map<TableCellBox,java.util.List<CollapsedBorderSide>> collapsedTableBorders)
Constructor parameters in com.openhtmltopdf.render.displaylist with type arguments of type TableCellBox Constructor Description PaintBackgroundAndBorders(java.util.List<DisplayListItem> blocks, java.util.Map<TableCellBox,java.util.List<CollapsedBorderSide>> collapsedTableBorders)
-
Uses of TableCellBox in com.openhtmltopdf.render.simplepainter
Fields in com.openhtmltopdf.render.simplepainter with type parameters of type TableCellBox Modifier and Type Field Description private java.util.List<TableCellBox>
SimpleBoxCollector. _tcells
Methods in com.openhtmltopdf.render.simplepainter that return types with arguments of type TableCellBox Modifier and Type Method Description java.util.List<TableCellBox>
SimpleBoxCollector. tcells()
Methods in com.openhtmltopdf.render.simplepainter with parameters of type TableCellBox Modifier and Type Method Description private void
SimpleBoxCollector. addTableCell(TableCellBox tcell)
Method parameters in com.openhtmltopdf.render.simplepainter with type arguments of type TableCellBox Modifier and Type Method Description private void
SimplePainter. paintBackgroundsAndBorders(RenderingContext c, java.util.List<DisplayListItem> blocks, java.util.Map<TableCellBox,java.util.List<CollapsedBorderSide>> collapsedTableBorders)
-