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 int
AbstractWordConverter.getNumberRowsSpanned
(Table table, int[] tableCellEdges, int currentRowIndex, int currentColumnIndex, TableCell tableCell) protected abstract void
AbstractWordConverter.processTable
(HWPFDocumentCore wordDocument, Element flow, Table table) protected void
WordToFoConverter.processTable
(HWPFDocumentCore wordDocument, Element flow, Table table) protected void
WordToHtmlConverter.processTable
(HWPFDocumentCore hwpfDocument, Element flow, Table table) protected void
WordToTextConverter.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