Package | Description |
---|---|
org.apache.poi.xwpf.extractor | |
org.apache.poi.xwpf.model | |
org.apache.poi.xwpf.usermodel |
Constructor | Description |
---|---|
XWPFWordExtractor(XWPFDocument document) |
Constructor | 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 | Description |
---|---|---|
protected XWPFDocument |
XWPFFootnotes.document |
|
protected XWPFDocument |
XWPFParagraph.document |
For access to the document's hyperlink, comments, tables etc
|
Modifier and Type | Method | Description |
---|---|---|
XWPFDocument |
AbstractXWPFSDT.getDocument() |
|
XWPFDocument |
IRunBody.getDocument() |
|
XWPFDocument |
XWPFParagraph.getDocument() |
|
XWPFDocument |
XWPFRun.getDocument() |
|
XWPFDocument |
IBody.getXWPFDocument() |
Return XWPFDocument
|
XWPFDocument |
XWPFDocument.getXWPFDocument() |
|
XWPFDocument |
XWPFFootnote.getXWPFDocument() |
|
XWPFDocument |
XWPFFootnotes.getXWPFDocument() |
|
XWPFDocument |
XWPFHeaderFooter.getXWPFDocument() |
|
XWPFDocument |
XWPFTableCell.getXWPFDocument() |
Modifier and Type | Method | Description |
---|---|---|
XWPFHyperlink |
XWPFHyperlinkRun.getHyperlink(XWPFDocument document) |
If this Hyperlink is an external reference hyperlink,
return the object for it.
|
void |
XWPFFootnotes.setXWPFDocument(XWPFDocument doc) |
|
void |
XWPFHeaderFooter.setXWPFDocument(XWPFDocument doc) |
Constructor | 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 2018 The Apache Software Foundation or its licensors, as applicable.