|
||||||||||
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 |
---|
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 |
---|
Methods in org.apache.poi.xwpf.usermodel that return XWPFParagraph | |
---|---|
XWPFParagraph |
XWPFTableCell.addParagraph()
Add a Paragraph to this Table Cell |
XWPFParagraph |
XWPFDocument.createParagraph()
Appends a new paragraph to this document |
XWPFParagraph |
XWPFDocument.getLastParagraph()
|
XWPFParagraph |
XWPFRun.getParagraph()
Get the currenty referenced paragraph object |
XWPFParagraph |
XWPFPicture.getParagraph()
|
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 |
XWPFDocument.getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p)
get the paragraph with the CTP class p |
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 |
XWPFTableCell.getParagraphArray(int pos)
|
XWPFParagraph |
XWPFHeaderFooter.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 |
IBody.getParagraphArray(int pos)
Returns the paragraph that of position pos |
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 |
XWPFParagraph |
XWPFDocument.insertNewParagraph(org.apache.xmlbeans.XmlCursor cursor)
add a new paragraph at position of the cursor |
XWPFParagraph |
IBody.insertNewParagraph(org.apache.xmlbeans.XmlCursor cursor)
inserts a new paragraph at position of the cursor |
Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFParagraph | |
---|---|
void |
XWPFTableCell.addParagraph(XWPFParagraph p)
add a Paragraph to this TableCell |
java.lang.Integer |
XWPFDocument.getPosOfParagraph(XWPFParagraph p)
get position of the paragraph |
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 | |
---|---|
XWPFHyperlinkRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHyperlink hyperlink,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run,
XWPFParagraph p)
|
|
XWPFPicture(org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture ctPic,
XWPFParagraph paragraph)
|
|
XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r,
XWPFParagraph p)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |