Uses of Class
org.apache.poi.xwpf.usermodel.XWPFParagraph
-
Packages that use XWPFParagraph Package Description org.apache.poi.xwpf.extractor org.apache.poi.xwpf.model org.apache.poi.xwpf.usermodel -
-
Uses of XWPFParagraph in org.apache.poi.xwpf.extractor
Methods in org.apache.poi.xwpf.extractor with parameters of type XWPFParagraph Modifier and Type Method Description voidXWPFWordExtractor. appendParagraphText(StringBuilder text, XWPFParagraph paragraph) -
Uses of XWPFParagraph in org.apache.poi.xwpf.model
Fields in org.apache.poi.xwpf.model declared as XWPFParagraph Modifier and Type Field Description protected XWPFParagraphXWPFParagraphDecorator. paragraphMethods in org.apache.poi.xwpf.model with parameters of type XWPFParagraph Modifier and Type Method Description XWPFFooterXWPFHeaderFooterPolicy. 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.XWPFHeaderXWPFHeaderFooterPolicy. 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 XWPFParagraph Constructor Description XWPFCommentsDecorator(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 XWPFParagraph Modifier and Type Field Description protected List<XWPFParagraph>XWPFDocument. paragraphsprotected List<XWPFParagraph>XWPFTableCell. paragraphsMethods in org.apache.poi.xwpf.usermodel that return XWPFParagraph Modifier and Type Method Description XWPFParagraphXWPFAbstractFootnoteEndnote. addNewParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph)Add a newXWPFParagraphto the end of the footnote.XWPFParagraphXWPFTableCell. addParagraph()Add a Paragraph to this Table CellXWPFParagraphXWPFAbstractFootnoteEndnote. createParagraph()Appends a newXWPFParagraphto this footnote.XWPFParagraphXWPFComment. createParagraph()XWPFParagraphXWPFDocument. createParagraph()Appends a new paragraph to this documentXWPFParagraphXWPFHeaderFooter. createParagraph()Adds a new paragraph at the end of the header or footerXWPFParagraphXWPFDocument. getLastParagraph()XWPFParagraphIBody. getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p)Returns the paragraph corresponding to the providedCTP.XWPFParagraphXWPFAbstractFootnoteEndnote. getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p)XWPFParagraphXWPFComment. getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p)XWPFParagraphXWPFDocument. getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p)XWPFParagraphXWPFHeaderFooter. getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p)XWPFParagraphXWPFRun. getParagraph()Deprecated.useXWPFRun.getParent()insteadXWPFParagraphXWPFTableCell. getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p)XWPFParagraphIBody. getParagraphArray(int pos)Returns the paragraph that of position posXWPFParagraphXWPFAbstractFootnoteEndnote. getParagraphArray(int pos)Returns theXWPFParagraphat position pos in footnote's paragraph array.XWPFParagraphXWPFComment. getParagraphArray(int pos)XWPFParagraphXWPFDocument. getParagraphArray(int pos)Returns the paragraph that of position posXWPFParagraphXWPFHeaderFooter. getParagraphArray(int pos)Returns the paragraph that holds the text of the header or footer.XWPFParagraphXWPFTableCell. getParagraphArray(int pos)XWPFParagraphIBody. insertNewParagraph(XmlCursor cursor)inserts a new paragraph at position of the cursorXWPFParagraphXWPFAbstractFootnoteEndnote. insertNewParagraph(XmlCursor cursor)Add a newXWPFParagraphat position of the cursor.XWPFParagraphXWPFComment. insertNewParagraph(XmlCursor cursor)XWPFParagraphXWPFDocument. insertNewParagraph(XmlCursor cursor)Add a new paragraph at position of the cursor.XWPFParagraphXWPFHeaderFooter. insertNewParagraph(XmlCursor cursor)add a new paragraph at position of the cursorXWPFParagraphXWPFTableCell. insertNewParagraph(XmlCursor cursor)add a new paragraph at position of the cursorMethods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFParagraph Modifier and Type Method Description List<XWPFParagraph>XWPFHeaderFooter. getListParagraph()get a List of all ParagraphsList<XWPFParagraph>IBody. getParagraphs()Returns the paragraph(s) that holds the text of the header or footer.List<XWPFParagraph>XWPFAbstractFootnoteEndnote. getParagraphs()Get the list ofXWPFParagraphs in the footnote.List<XWPFParagraph>XWPFComment. getParagraphs()Returns the paragraph(s) that holds the text of the comment.List<XWPFParagraph>XWPFDocument. getParagraphs()List<XWPFParagraph>XWPFHeaderFooter. getParagraphs()Returns the paragraph(s) that holds the text of the header or footer.List<XWPFParagraph>XWPFTableCell. getParagraphs()returns a list of paragraphsIterator<XWPFParagraph>XWPFDocument. getParagraphsIterator()Spliterator<XWPFParagraph>XWPFDocument. getParagraphsSpliterator()Iterator<XWPFParagraph>XWPFAbstractFootnoteEndnote. iterator()Get an iterator over theXWPFParagraphs in the footnote.Spliterator<XWPFParagraph>XWPFAbstractFootnoteEndnote. spliterator()Get a spliterator over theXWPFParagraphs in the footnote.Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFParagraph Modifier and Type Method Description voidXWPFSignatureLine. add(XWPFParagraph paragraph)voidXWPFTableCell. addParagraph(XWPFParagraph p)add a Paragraph to this TableCellabstract voidXWPFAbstractFootnoteEndnote. 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.voidXWPFEndnote. 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.voidXWPFFootnote. 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.intXWPFDocument. getPosOfParagraph(XWPFParagraph p)Get the position of the paragraph, within the list of all the body elements.voidXWPFComment. removeParagraph(XWPFParagraph paragraph)voidXWPFHeaderFooter. removeParagraph(XWPFParagraph paragraph)Removes a specific paragraph from this header / footervoidXWPFDocument. setParagraph(XWPFParagraph paragraph, int pos)copies content of a paragraph to a existing paragraph in the list paragraphs at position posvoidXWPFTableCell. setParagraph(XWPFParagraph p)Constructors in org.apache.poi.xwpf.usermodel with parameters of type XWPFParagraph Constructor Description XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r, XWPFParagraph p)Deprecated.
-