Uses of Class
org.apache.poi.hwpf.usermodel.Table
Packages that use Table
-
Uses of Table in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter with parameters of type TableModifier and TypeMethodDescriptionprotected 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 TableModifier and TypeMethodDescriptionGets the table that starts with paragraph.Range.insertTableBefore(short columns, int rows) Inserts a simple table into the beginning of this range.TableIterator.next()Constructors in org.apache.poi.hwpf.usermodel with parameters of type Table