| Package | Description |
|---|---|
| org.apache.poi.xwpf.model | |
| org.apache.poi.xwpf.usermodel |
| Modifier and Type | Field and Description |
|---|---|
protected XWPFParagraph |
XWPFParagraphDecorator.paragraph |
| Modifier and Type | Method and Description |
|---|---|
XWPFFooter |
XWPFHeaderFooterPolicy.createFooter(java.lang.Enum type,
XWPFParagraph[] pars) |
XWPFHeader |
XWPFHeaderFooterPolicy.createHeader(java.lang.Enum type,
XWPFParagraph[] pars) |
| Constructor and Description |
|---|
XWPFCommentsDecorator(XWPFParagraph paragraph,
XWPFParagraphDecorator nextDecorator) |
XWPFHyperlinkDecorator(XWPFParagraph prgrph,
XWPFParagraphDecorator nextDecorator,
boolean outputHyperlinkUrls) |
XWPFParagraphDecorator(XWPFParagraph paragraph) |
XWPFParagraphDecorator(XWPFParagraph paragraph,
XWPFParagraphDecorator nextDecorator) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<XWPFParagraph> |
XWPFDocument.paragraphs |
| Modifier and Type | Method and Description |
|---|---|
XWPFParagraph |
XWPFDocument.createParagraph()
Appends a new paragraph to this document
|
XWPFParagraph |
XWPFTableCell.getParagraph() |
XWPFParagraph |
XWPFRun.getParagraph()
Get the currenty referenced paragraph object
|
XWPFParagraph[] |
XWPFHeaderFooter.getParagraphs()
Returns the paragraph(s) that holds
the text of the header or footer.
|
XWPFParagraph[] |
XWPFDocument.getParagraphs() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XWPFParagraph> |
XWPFFootnote.getParagraphs() |
java.util.Iterator<XWPFParagraph> |
XWPFDocument.getParagraphsIterator() |
java.util.Iterator<XWPFParagraph> |
XWPFFootnote.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
XWPFTableCell.setParagraph(XWPFParagraph p) |
| Constructor and Description |
|---|
XWPFRun(CTR r,
XWPFParagraph p) |
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.