Uses of Class
org.apache.poi.xwpf.usermodel.XWPFParagraph
Packages that use XWPFParagraph
Package
Description
-
Uses of XWPFParagraph in org.apache.poi.xwpf.extractor
Methods in org.apache.poi.xwpf.extractor with parameters of type XWPFParagraphModifier and TypeMethodDescriptionvoid
XWPFWordExtractor.appendParagraphText
(StringBuilder text, XWPFParagraph paragraph) -
Uses of XWPFParagraph in org.apache.poi.xwpf.model
Fields in org.apache.poi.xwpf.model declared as XWPFParagraphMethods in org.apache.poi.xwpf.model with parameters of type XWPFParagraphModifier and TypeMethodDescriptionXWPFHeaderFooterPolicy.createFooter
(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum type, XWPFParagraph[] pars) Creates a new footer of the specified type, to which the supplied (and previously unattached!) paragraphs are added to.XWPFHeaderFooterPolicy.createHeader
(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum type, XWPFParagraph[] pars) Creates a new header of the specified type, to which the supplied (and previously unattached!) paragraphs are added to.Constructors in org.apache.poi.xwpf.model with parameters of type XWPFParagraphModifierConstructorDescriptionXWPFCommentsDecorator
(XWPFParagraph paragraph, XWPFParagraphDecorator nextDecorator) 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 XWPFParagraphModifier and TypeFieldDescriptionprotected List<XWPFParagraph>
XWPFDocument.paragraphs
protected List<XWPFParagraph>
XWPFTableCell.paragraphs
Methods in org.apache.poi.xwpf.usermodel that return XWPFParagraphModifier and TypeMethodDescriptionXWPFAbstractFootnoteEndnote.addNewParagraph
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph) Add a newXWPFParagraph
to the end of the footnote.XWPFTableCell.addParagraph()
Add a Paragraph to this Table CellXWPFAbstractFootnoteEndnote.createParagraph()
Appends a newXWPFParagraph
to this footnote.XWPFDocument.createParagraph()
Appends a new paragraph to this documentXWPFHeaderFooter.createParagraph()
Adds a new paragraph at the end of the header or footerXWPFDocument.getLastParagraph()
IBody.getParagraph
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p) if there is a correspondingXWPFParagraph
of the parameter ctTable in the paragraphList of this header or footer the method will return this paragraph if there is no correspondingXWPFParagraph
the method will return nullXWPFAbstractFootnoteEndnote.getParagraph
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p) if there is a correspondingXWPFParagraph
of the parameter p in the paragraphList of this header or footer the method will return that paragraph, otherwise the method will return null.XWPFDocument.getParagraph
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p) get the paragraph with the CTP class pXWPFHeaderFooter.getParagraph
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p) if there is a correspondingXWPFParagraph
of the parameter ctTable in the paragraphList of this header or footer the method will return this paragraph if there is no correspondingXWPFParagraph
the method will return nullXWPFRun.getParagraph()
Deprecated.XWPFTableCell.getParagraph
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p) if there is a correspondingXWPFParagraph
of the parameter ctTable in the paragraphList of this table the method will return this paragraph if there is no correspondingXWPFParagraph
the method will return nullIBody.getParagraphArray
(int pos) Returns the paragraph that of position posXWPFAbstractFootnoteEndnote.getParagraphArray
(int pos) Returns theXWPFParagraph
at position pos in footnote's paragraph array.XWPFDocument.getParagraphArray
(int pos) Returns the paragraph that of position posXWPFHeaderFooter.getParagraphArray
(int pos) Returns the paragraph that holds the text of the header or footer.XWPFTableCell.getParagraphArray
(int pos) IBody.insertNewParagraph
(org.apache.xmlbeans.XmlCursor cursor) inserts a new paragraph at position of the cursorXWPFAbstractFootnoteEndnote.insertNewParagraph
(org.apache.xmlbeans.XmlCursor cursor) Add a newXWPFParagraph
at position of the cursor.XWPFDocument.insertNewParagraph
(org.apache.xmlbeans.XmlCursor cursor) Add a new paragraph at position of the cursor.XWPFHeaderFooter.insertNewParagraph
(org.apache.xmlbeans.XmlCursor cursor) add a new paragraph at position of the cursorXWPFTableCell.insertNewParagraph
(org.apache.xmlbeans.XmlCursor cursor) add a new paragraph at position of the cursorMethods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFParagraphModifier and TypeMethodDescriptionXWPFHeaderFooter.getListParagraph()
get a List of all ParagraphsIBody.getParagraphs()
Returns the paragraph(s) that holds the text of the header or footer.XWPFAbstractFootnoteEndnote.getParagraphs()
Get the list ofXWPFParagraph
s in the footnote.XWPFDocument.getParagraphs()
XWPFHeaderFooter.getParagraphs()
Returns the paragraph(s) that holds the text of the header or footer.XWPFTableCell.getParagraphs()
returns a list of paragraphsXWPFDocument.getParagraphsIterator()
XWPFAbstractFootnoteEndnote.iterator()
Get an iterator over theXWPFParagraph
s in the footnote.Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFParagraphModifier and TypeMethodDescriptionvoid
XWPFTableCell.addParagraph
(XWPFParagraph p) add a Paragraph to this TableCellabstract void
XWPFAbstractFootnoteEndnote.ensureFootnoteRef
(XWPFParagraph p) Ensure that the specified paragraph has a reference marker for this footnote by adding a footnote reference if one is not found.void
XWPFEndnote.ensureFootnoteRef
(XWPFParagraph p) Ensure that the specified paragraph has a reference marker for this end note by adding a footnote reference if one is not found.void
XWPFFootnote.ensureFootnoteRef
(XWPFParagraph p) Ensure that the specified paragraph has a reference marker for this footnote by adding a footnote reference if one is not found.int
XWPFDocument.getPosOfParagraph
(XWPFParagraph p) Get the position of the paragraph, within the list of all the body elements.void
XWPFHeaderFooter.removeParagraph
(XWPFParagraph paragraph) Removes a specific paragraph from this header / footervoid
XWPFDocument.setParagraph
(XWPFParagraph paragraph, int pos) copies content of a paragraph to a existing paragraph in the list paragraphs at position posvoid
XWPFTableCell.setParagraph
(XWPFParagraph p) Constructors in org.apache.poi.xwpf.usermodel with parameters of type XWPFParagraphModifierConstructorDescriptionXWPFRun
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r, XWPFParagraph p) Deprecated.
XWPFRun.getParent()
instead