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 TableCellBoxCollapsedBorderSide. _cellMethods in com.openhtmltopdf.layout that return TableCellBox Modifier and Type Method Description private static TableCellBoxBoxBuilder. createMarginBox(LayoutContext c, CascadedStyle cascadedStyle, boolean alwaysCreate)TableCellBoxCollapsedBorderSide. 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 voidCollapsedBorderSide. setCell(TableCellBox cell)Method parameters in com.openhtmltopdf.layout with type arguments of type TableCellBox Modifier and Type Method Description private voidLayer. 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 TableCellBoxTableCellBox. SPANNING_CELLFields in com.openhtmltopdf.newtable with type parameters of type TableCellBox Modifier and Type Field Description private java.util.List<TableCellBox>RowData. _rowprivate java.util.List<TableCellBox>TableBox.AutoTableLayout. _spanCellsMethods in com.openhtmltopdf.newtable that return TableCellBox Modifier and Type Method Description protected TableCellBoxTableBox. cellAbove(TableCellBox cell)TableCellBoxTableSectionBox. 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 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 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 TableCellBox Modifier and Type Field Description private java.util.List<TableCellBox>PagedBoxCollector.PageResult. _tcellsprivate java.util.Map<TableCellBox,java.util.List<CollapsedBorderSide>>PaintBackgroundAndBorders. collapedTableBordersMethods 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 voidPagedBoxCollector.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 voidDisplayListPainter. 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. _tcellsMethods 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 voidSimpleBoxCollector. addTableCell(TableCellBox tcell)Method parameters in com.openhtmltopdf.render.simplepainter with type arguments of type TableCellBox Modifier and Type Method Description private voidSimplePainter. paintBackgroundsAndBorders(RenderingContext c, java.util.List<DisplayListItem> blocks, java.util.Map<TableCellBox,java.util.List<CollapsedBorderSide>> collapsedTableBorders)
-