Uses of Class
org.apache.poi.hwpf.usermodel.TableCell
Packages that use TableCell
-
Uses of TableCell in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter with parameters of type TableCellModifier and TypeMethodDescriptionstatic void
WordToHtmlUtils.addTableCellProperties
(TableRow tableRow, TableCell tableCell, boolean toppest, boolean bottomest, boolean leftest, boolean rightest, StringBuilder style) protected int
AbstractWordConverter.getNumberColumnsSpanned
(int[] tableCellEdges, int currentEdgeIndex, TableCell tableCell) protected int
AbstractWordConverter.getNumberRowsSpanned
(Table table, int[] tableCellEdges, int currentRowIndex, int currentColumnIndex, TableCell tableCell) static void
WordToFoUtils.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