Uses of Class
org.openpdf.newtable.TableCellBox
Packages that use TableCellBox
-
Uses of TableCellBox in org.openpdf.layout
Fields in org.openpdf.layout declared as TableCellBoxMethods in org.openpdf.layout that return TableCellBoxModifier and TypeMethodDescriptionprivate static @Nullable TableCellBoxBoxBuilder.createMarginBox(LayoutContext c, CascadedStyle cascadedStyle, boolean alwaysCreate) CollapsedBorderSide.getCell()Methods in org.openpdf.layout that return types with arguments of type TableCellBoxModifier and TypeMethodDescriptionprivate @Nullable Map<TableCellBox,List<CollapsedBorderSide>> Layer.collectCollapsedTableBorders(List<Box> blocks) Method parameters in org.openpdf.layout with type arguments of type TableCellBoxModifier and TypeMethodDescriptionprivate voidLayer.paintBackgroundsAndBorders(RenderingContext c, List<Box> blocks, @Nullable Map<TableCellBox, List<CollapsedBorderSide>> collapsedTableBorders, BoxRangeLists rangeLists) Constructors in org.openpdf.layout with parameters of type TableCellBox -
Uses of TableCellBox in org.openpdf.newtable
Fields in org.openpdf.newtable declared as TableCellBoxFields in org.openpdf.newtable with type parameters of type TableCellBoxModifier and TypeFieldDescriptionprivate final List<TableCellBox>RowData._rowprivate @Nullable List<TableCellBox>TableBox.AutoTableLayout._spanCellsMethods in org.openpdf.newtable that return TableCellBoxModifier and TypeMethodDescriptionprotected @Nullable TableCellBoxTableBox.cellAbove(TableCellBox cell) @Nullable TableCellBoxTableSectionBox.cellAt(int row, int col) protected TableCellBoxTableBox.cellBelow(TableCellBox cell) protected @Nullable TableCellBoxTableBox.cellLeft(TableCellBox cell) protected @Nullable TableCellBoxTableBox.cellRight(TableCellBox cell) private @Nullable TableCellBoxTableBox.getTableCellBox(TableCellBox cell, @Nullable TableSectionBox section, int rBelow) Methods in org.openpdf.newtable that return types with arguments of type TableCellBoxMethods in org.openpdf.newtable with parameters of type TableCellBoxModifier and TypeMethodDescriptionprivate voidTableSectionBox.addCell(TableCellBox cell, int cRow) private intTableRowBox.calcMiddleBottomDeltaY(TableCellBox cell, IdentValue verticalAlign) protected @Nullable TableCellBoxTableBox.cellAbove(TableCellBox cell) protected TableCellBoxTableBox.cellBelow(TableCellBox cell) protected @Nullable TableCellBoxTableBox.cellLeft(TableCellBox cell) protected @Nullable TableCellBoxTableBox.cellRight(TableCellBox cell) private @Nullable TableCellBoxTableBox.getTableCellBox(TableCellBox cell, @Nullable TableSectionBox section, int rBelow) 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)