Uses of Class
org.xhtmlrenderer.newtable.TableCellBox
-
Packages that use TableCellBox Package Description org.xhtmlrenderer.layout org.xhtmlrenderer.newtable -
-
Uses of TableCellBox in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return TableCellBox Modifier and Type Method Description TableCellBoxCollapsedBorderSide. getCell()Methods in org.xhtmlrenderer.layout with parameters of type TableCellBox Modifier and Type Method Description voidCollapsedBorderSide. setCell(TableCellBox cell)Constructors in org.xhtmlrenderer.layout with parameters of type TableCellBox Constructor Description CollapsedBorderSide(TableCellBox cell, int side) -
Uses of TableCellBox in org.xhtmlrenderer.newtable
Fields in org.xhtmlrenderer.newtable declared as TableCellBox Modifier and Type Field Description static TableCellBoxTableCellBox. SPANNING_CELLMethods in org.xhtmlrenderer.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 org.xhtmlrenderer.newtable that return types with arguments of type TableCellBox Modifier and Type Method Description List<TableCellBox>RowData. getRow()Methods in org.xhtmlrenderer.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)
-