Uses of Class
org.apache.poi.hwpf.usermodel.TableCell
-
Packages that use TableCell Package Description org.apache.poi.hwpf.converter org.apache.poi.hwpf.usermodel -
-
Uses of TableCell in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter with parameters of type TableCell Modifier and Type Method Description static voidWordToHtmlUtils. addTableCellProperties(TableRow tableRow, TableCell tableCell, boolean toppest, boolean bottomest, boolean leftest, boolean rightest, StringBuilder style)protected intAbstractWordConverter. getNumberColumnsSpanned(int[] tableCellEdges, int currentEdgeIndex, TableCell tableCell)protected intAbstractWordConverter. getNumberRowsSpanned(Table table, int[] tableCellEdges, int currentRowIndex, int currentColumnIndex, TableCell tableCell)static voidWordToFoUtils. setTableCellProperties(TableRow tableRow, TableCell tableCell, Element element, boolean toppest, boolean bottomest, boolean leftest, boolean rightest) -
Uses of TableCell in org.apache.poi.hwpf.usermodel
Methods in org.apache.poi.hwpf.usermodel that return TableCell Modifier and Type Method Description TableCellTableRow. getCell(int index)
-