Uses of Class
org.xhtmlrenderer.newtable.TableCellBox
Packages that use TableCellBox
-
Uses of TableCellBox in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return TableCellBoxConstructors in org.xhtmlrenderer.layout with parameters of type TableCellBox -
Uses of TableCellBox in org.xhtmlrenderer.newtable
Fields in org.xhtmlrenderer.newtable declared as TableCellBoxMethods in org.xhtmlrenderer.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) Methods in org.xhtmlrenderer.newtable that return types with arguments of type TableCellBoxMethods in org.xhtmlrenderer.newtable with parameters of type TableCellBoxModifier and TypeMethodDescriptionprotected @Nullable TableCellBoxTableBox.cellAbove(TableCellBox cell) protected TableCellBoxTableBox.cellBelow(TableCellBox cell) protected @Nullable TableCellBoxTableBox.cellLeft(TableCellBox cell) protected @Nullable TableCellBoxTableBox.cellRight(TableCellBox cell)