Package | Description |
---|---|
org.zkoss.poi.xwpf.extractor | |
org.zkoss.poi.xwpf.model | |
org.zkoss.poi.xwpf.usermodel |
Constructor and Description |
---|
XWPFWordExtractor(XWPFDocument document) |
Constructor and Description |
---|
XWPFHeaderFooterPolicy(XWPFDocument doc)
Figures out the policy for the given document,
and creates any header and footer objects
as required.
|
XWPFHeaderFooterPolicy(XWPFDocument doc,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr)
Figures out the policy for the given document,
and creates any header and footer objects
as required.
|
Modifier and Type | Field and Description |
---|---|
protected XWPFDocument |
XWPFParagraph.document
For access to the document's hyperlink, comments, tables etc
|
protected XWPFDocument |
XWPFFootnotes.document |
Modifier and Type | Method and Description |
---|---|
XWPFDocument |
XWPFRun.getDocument() |
XWPFDocument |
XWPFParagraph.getDocument() |
XWPFDocument |
XWPFTableCell.getXWPFDocument() |
XWPFDocument |
XWPFHeaderFooter.getXWPFDocument() |
XWPFDocument |
XWPFFootnotes.getXWPFDocument() |
XWPFDocument |
XWPFFootnote.getXWPFDocument() |
XWPFDocument |
XWPFDocument.getXWPFDocument() |
XWPFDocument |
IBody.getXWPFDocument()
Return XWPFDocument
|
Modifier and Type | Method and Description |
---|---|
XWPFHyperlink |
XWPFHyperlinkRun.getHyperlink(XWPFDocument document)
If this Hyperlink is an external reference hyperlink,
return the object for it.
|
void |
XWPFHeaderFooter.setXWPFDocument(XWPFDocument doc) |
void |
XWPFFootnotes.setXWPFDocument(XWPFDocument doc) |
Constructor and Description |
---|
XWPFComment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment comment,
XWPFDocument document) |
XWPFFooter(XWPFDocument doc,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtr hdrFtr) |
XWPFFootnote(XWPFDocument document,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn body) |
XWPFHeader(XWPFDocument doc,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtr hdrFtr) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.