|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table | |
org.apache.poi.hwpf.usermodel |
Uses of Table in org.apache.poi.hwpf.usermodel |
Methods in org.apache.poi.hwpf.usermodel that return Table | |
Table |
TableIterator.next()
|
Table |
Range.insertBefore(TableProperties props,
int rows)
Inserts a simple table into the beginning of this range. |
Table |
Range.getTable(Paragraph paragraph)
Gets the table that starts with paragraph. |
Constructors in org.apache.poi.hwpf.usermodel with parameters of type Table | |
TableRow(int startIdx,
int endIdx,
Table parent,
int levelNum)
|
|
Paragraph(int startIdx,
int endIdx,
Table parent)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |