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
Methods in com.openhtmltopdf.layout that return TableCellBox Modifier and Type Method Description TableCellBoxCollapsedBorderSide. getCell()Methods in com.openhtmltopdf.layout with parameters of type TableCellBox Modifier and Type Method Description voidCollapsedBorderSide. setCell(TableCellBox cell)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_CELLMethods 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 with parameters of type TableCellBox Modifier and Type Method Description protected TableCellBoxTableBox. cellAbove(TableCellBox cell)protected TableCellBoxTableBox. cellBelow(TableCellBox cell)protected TableCellBoxTableBox. cellLeft(TableCellBox cell)protected TableCellBoxTableBox. cellRight(TableCellBox cell) -
Uses of TableCellBox in com.openhtmltopdf.render.displaylist
Methods in com.openhtmltopdf.render.displaylist that return types with arguments of type TableCellBox Modifier and Type Method Description static Map<TableCellBox,List<CollapsedBorderSide>>DisplayListCollector. collectCollapsedTableBorders(RenderingContext c, List<TableCellBox> tcells)Map<TableCellBox,List<CollapsedBorderSide>>PaintBackgroundAndBorders. getCollapedTableBorders()List<TableCellBox>PagedBoxCollector.PageResult. tcells()Method parameters in com.openhtmltopdf.render.displaylist with type arguments of type TableCellBox Modifier and Type Method Description static Map<TableCellBox,List<CollapsedBorderSide>>DisplayListCollector. collectCollapsedTableBorders(RenderingContext c, List<TableCellBox> tcells)Constructor parameters in com.openhtmltopdf.render.displaylist with type arguments of type TableCellBox Constructor Description PaintBackgroundAndBorders(List<DisplayListItem> blocks, Map<TableCellBox,List<CollapsedBorderSide>> collapsedTableBorders) -
Uses of TableCellBox in com.openhtmltopdf.render.simplepainter
Methods in com.openhtmltopdf.render.simplepainter that return types with arguments of type TableCellBox Modifier and Type Method Description List<TableCellBox>SimpleBoxCollector. tcells()
-