Package | Description |
---|---|
org.apache.poi.hwpf.usermodel |
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)
Inserts a simple table into the beginning of this range.
|
Table |
TableIterator.next() |
Constructor and Description |
---|
Paragraph(int startIdx,
int endIdx,
Table parent) |
TableRow(int startIdx,
int endIdx,
Table parent,
int levelNum) |
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.