Package | Description |
---|---|
org.zkoss.poi.hwpf.converter | |
org.zkoss.poi.hwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
protected int |
AbstractWordConverter.getNumberRowsSpanned(Table table,
int[] tableCellEdges,
int currentRowIndex,
int currentColumnIndex,
TableCell tableCell) |
protected void |
WordToTextConverter.processTable(HWPFDocumentCore wordDocument,
org.w3c.dom.Element flow,
Table table) |
protected void |
WordToHtmlConverter.processTable(HWPFDocumentCore hwpfDocument,
org.w3c.dom.Element flow,
Table table) |
protected void |
WordToFoConverter.processTable(HWPFDocumentCore wordDocument,
org.w3c.dom.Element flow,
Table table) |
protected abstract void |
AbstractWordConverter.processTable(HWPFDocumentCore wordDocument,
org.w3c.dom.Element flow,
Table table) |
Modifier and Type | Method and Description |
---|---|
Table |
Range.getTable(Paragraph paragraph)
Gets the table that starts with paragraph.
|
Table |
Range.insertBefore(TableProperties props,
int rows)
Deprecated.
Use code shall not work with
TableProperties . Use
Range.insertTableBefore(short, int) instead |
Table |
Range.insertTableBefore(short columns,
int rows)
Inserts a simple table into the beginning of this range.
|
Table |
TableIterator.next() |
Constructor and Description |
---|
Paragraph(int startIdxInclusive,
int endIdxExclusive,
Table parent)
Deprecated.
|
TableRow(int startIdxInclusive,
int endIdxExclusive,
Table parent,
int levelNum) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.