|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XWPFParagraph | |
---|---|
org.apache.poi.xwpf.model | |
org.apache.poi.xwpf.usermodel |
Uses of XWPFParagraph in org.apache.poi.xwpf.model |
---|
Fields in org.apache.poi.xwpf.model declared as XWPFParagraph | |
---|---|
protected XWPFParagraph |
XWPFParagraphDecorator.paragraph
|
Methods in org.apache.poi.xwpf.model with parameters of type XWPFParagraph | |
---|---|
XWPFFooter |
XWPFHeaderFooterPolicy.createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum type,
XWPFParagraph[] pars)
|
XWPFHeader |
XWPFHeaderFooterPolicy.createHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum type,
XWPFParagraph[] pars)
|
Constructors in org.apache.poi.xwpf.model with parameters of type XWPFParagraph | |
---|---|
XWPFCommentsDecorator(XWPFParagraph paragraph,
XWPFParagraphDecorator nextDecorator)
|
|
XWPFHyperlinkDecorator(XWPFParagraph prgrph,
XWPFParagraphDecorator nextDecorator,
boolean outputHyperlinkUrls)
|
|
XWPFParagraphDecorator(XWPFParagraph paragraph)
|
|
XWPFParagraphDecorator(XWPFParagraph paragraph,
XWPFParagraphDecorator nextDecorator)
|
Uses of XWPFParagraph in org.apache.poi.xwpf.usermodel |
---|
Fields in org.apache.poi.xwpf.usermodel with type parameters of type XWPFParagraph | |
---|---|
protected java.util.List<XWPFParagraph> |
XWPFDocument.paragraphs
|
Methods in org.apache.poi.xwpf.usermodel that return XWPFParagraph | |
---|---|
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()
|
Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFParagraph | |
---|---|
java.util.List<XWPFParagraph> |
XWPFFootnote.getParagraphs()
|
java.util.Iterator<XWPFParagraph> |
XWPFDocument.getParagraphsIterator()
|
java.util.Iterator<XWPFParagraph> |
XWPFFootnote.iterator()
|
Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFParagraph | |
---|---|
void |
XWPFTableCell.setParagraph(XWPFParagraph p)
|
Constructors in org.apache.poi.xwpf.usermodel with parameters of type XWPFParagraph | |
---|---|
XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r,
XWPFParagraph p)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |