Uses of Class
org.apache.poi.hwpf.usermodel.Table
-
Packages that use Table Package Description org.apache.poi.hwpf.converter org.apache.poi.hwpf.usermodel -
-
Uses of Table in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter with parameters of type Table Modifier and Type Method Description protected intAbstractWordConverter. getNumberRowsSpanned(Table table, int[] tableCellEdges, int currentRowIndex, int currentColumnIndex, TableCell tableCell)protected abstract voidAbstractWordConverter. processTable(HWPFDocumentCore wordDocument, Element flow, Table table)protected voidWordToFoConverter. processTable(HWPFDocumentCore wordDocument, Element flow, Table table)protected voidWordToHtmlConverter. processTable(HWPFDocumentCore hwpfDocument, Element flow, Table table)protected voidWordToTextConverter. processTable(HWPFDocumentCore wordDocument, Element flow, Table table) -
Uses of Table in org.apache.poi.hwpf.usermodel
Methods in org.apache.poi.hwpf.usermodel that return Table Modifier and Type Method Description TableRange. getTable(Paragraph paragraph)Gets the table that starts with paragraph.TableRange. insertTableBefore(short columns, int rows)Inserts a simple table into the beginning of this range.TableTableIterator. next()Constructors in org.apache.poi.hwpf.usermodel with parameters of type Table Constructor Description TableRow(int startIdxInclusive, int endIdxExclusive, Table parent, int levelNum)
-