|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XWPFParagraph | |
---|---|
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 | |
---|---|
void |
XWPFWordExtractor.appendParagraphText(java.lang.StringBuffer text,
XWPFParagraph paragraph)
|
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)
Creates a new footer of the specified type, to which the supplied (and previously unattached!) paragraphs are added to. |
XWPFHeader |
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 XWPFParagraph | |
---|---|
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 | |
---|---|
protected java.util.List<XWPFParagraph> |
XWPFDocument.paragraphs
|
protected java.util.List<XWPFParagraph> |
XWPFTableCell.paragraphs
|
Methods in org.apache.poi.xwpf.usermodel that return XWPFParagraph | |
---|---|
XWPFParagraph |
XWPFFootnote.addNewParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph)
add a new paragraph to the end of the footnote |
XWPFParagraph |
XWPFTableCell.addParagraph()
Add a Paragraph to this Table Cell |
XWPFParagraph |
XWPFDocument.createParagraph()
Appends a new paragraph to this document |
XWPFParagraph |
XWPFHeaderFooter.createParagraph()
Adds a new paragraph at the end of the header or footer |
XWPFParagraph |
XWPFDocument.getLastParagraph()
|
XWPFParagraph |
XWPFRun.getParagraph()
Deprecated. use XWPFRun.getParent() instead |
XWPFParagraph |
IBody.getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p)
if there is a corresponding XWPFParagraph of the parameter ctTable in the paragraphList of this header or footer
the method will return this paragraph
if there is no corresponding XWPFParagraph the method will return null |
XWPFParagraph |
XWPFFootnote.getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p)
if there is a corresponding XWPFParagraph of the parameter ctTable in the paragraphList of this header or footer
the method will return this paragraph
if there is no corresponding XWPFParagraph the method will return null |
XWPFParagraph |
XWPFDocument.getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p)
get the paragraph with the CTP class p |
XWPFParagraph |
XWPFTableCell.getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p)
if there is a corresponding XWPFParagraph of the parameter ctTable in the paragraphList of this table
the method will return this paragraph
if there is no corresponding XWPFParagraph the method will return null |
XWPFParagraph |
XWPFHeaderFooter.getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p)
if there is a corresponding XWPFParagraph of the parameter ctTable in the paragraphList of this header or footer
the method will return this paragraph
if there is no corresponding XWPFParagraph the method will return null |
XWPFParagraph |
IBody.getParagraphArray(int pos)
Returns the paragraph that of position pos |
XWPFParagraph |
XWPFFootnote.getParagraphArray(int pos)
Returns the paragraph that holds the text of the header or footer. |
XWPFParagraph |
XWPFDocument.getParagraphArray(int pos)
Returns the paragraph that of position pos |
XWPFParagraph |
XWPFTableCell.getParagraphArray(int pos)
|
XWPFParagraph |
XWPFHeaderFooter.getParagraphArray(int pos)
Returns the paragraph that holds the text of the header or footer. |
XWPFParagraph |
IBody.insertNewParagraph(org.apache.xmlbeans.XmlCursor cursor)
inserts a new paragraph at position of the cursor |
XWPFParagraph |
XWPFFootnote.insertNewParagraph(org.apache.xmlbeans.XmlCursor cursor)
add a new paragraph at position of the cursor |
XWPFParagraph |
XWPFDocument.insertNewParagraph(org.apache.xmlbeans.XmlCursor cursor)
Add a new paragraph at position of the cursor. |
XWPFParagraph |
XWPFTableCell.insertNewParagraph(org.apache.xmlbeans.XmlCursor cursor)
add a new paragraph at position of the cursor |
XWPFParagraph |
XWPFHeaderFooter.insertNewParagraph(org.apache.xmlbeans.XmlCursor cursor)
add a new paragraph at position of the cursor |
Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFParagraph | |
---|---|
java.util.List<XWPFParagraph> |
XWPFHeaderFooter.getListParagraph()
get a List of all Paragraphs |
java.util.List<XWPFParagraph> |
IBody.getParagraphs()
Returns the paragraph(s) that holds the text of the header or footer. |
java.util.List<XWPFParagraph> |
XWPFFootnote.getParagraphs()
|
java.util.List<XWPFParagraph> |
XWPFDocument.getParagraphs()
|
java.util.List<XWPFParagraph> |
XWPFTableCell.getParagraphs()
returns a list of paragraphs |
java.util.List<XWPFParagraph> |
XWPFHeaderFooter.getParagraphs()
Returns the paragraph(s) that holds the text of the header or footer. |
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.addParagraph(XWPFParagraph p)
add a Paragraph to this TableCell |
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 / footer |
void |
XWPFTableCell.setParagraph(XWPFParagraph p)
|
void |
XWPFDocument.setParagraph(XWPFParagraph paragraph,
int pos)
copies content of a paragraph to a existing paragraph in the list paragraphs at position pos |
Constructors in org.apache.poi.xwpf.usermodel with parameters of type XWPFParagraph | |
---|---|
XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r,
XWPFParagraph p)
Deprecated. Use XWPFRun.XWPFRun(CTR, IRunBody) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |