|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Paragraph | |
---|---|
org.apache.poi.hwpf.usermodel |
Uses of Paragraph in org.apache.poi.hwpf.usermodel |
---|
Subclasses of Paragraph in org.apache.poi.hwpf.usermodel | |
---|---|
class |
ListEntry
|
class |
TableRow
|
Methods in org.apache.poi.hwpf.usermodel that return Paragraph | |
---|---|
Paragraph |
Range.getParagraph(int index)
Gets the paragraph at index. |
Paragraph |
Range.insertAfter(ParagraphProperties props,
int styleIndex)
Inserts and empty paragraph into the end of this range. |
protected Paragraph |
Range.insertAfter(ParagraphProperties props,
int styleIndex,
java.lang.String text)
Inserts a paragraph into the end of this range. |
Paragraph |
Range.insertBefore(ParagraphProperties props,
int styleIndex)
Inserts and empty paragraph into the front of this range. |
protected Paragraph |
Range.insertBefore(ParagraphProperties props,
int styleIndex,
java.lang.String text)
Inserts a paragraph into the front of this range. |
Methods in org.apache.poi.hwpf.usermodel with parameters of type Paragraph | |
---|---|
Table |
Range.getTable(Paragraph paragraph)
Gets the table that starts with paragraph. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |