Uses of Class
org.apache.poi.xwpf.usermodel.XWPFDocument
Packages that use XWPFDocument
Package
Description
-
Uses of XWPFDocument in org.apache.poi.xwpf.extractor
Constructors in org.apache.poi.xwpf.extractor with parameters of type XWPFDocument -
Uses of XWPFDocument in org.apache.poi.xwpf.model
Constructors in org.apache.poi.xwpf.model with parameters of type XWPFDocumentModifierConstructorDescriptionFigures 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. -
Uses of XWPFDocument in org.apache.poi.xwpf.usermodel
Fields in org.apache.poi.xwpf.usermodel declared as XWPFDocumentModifier and TypeFieldDescriptionprotected XWPFDocument
XWPFAbstractFootnoteEndnote.document
protected XWPFDocument
XWPFAbstractFootnotesEndnotes.document
protected XWPFDocument
XWPFParagraph.document
For access to the document's hyperlink, comments, tables etcMethods in org.apache.poi.xwpf.usermodel that return XWPFDocumentModifier and TypeMethodDescriptionIRunBody.getDocument()
XWPFAbstractSDT.getDocument()
XWPFParagraph.getDocument()
XWPFRun.getDocument()
IBody.getXWPFDocument()
Return XWPFDocumentXWPFAbstractFootnoteEndnote.getXWPFDocument()
Get theXWPFDocument
the footnote is part of.XWPFAbstractFootnotesEndnotes.getXWPFDocument()
XWPFDocument.getXWPFDocument()
XWPFHeaderFooter.getXWPFDocument()
XWPFTableCell.getXWPFDocument()
Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFDocumentModifier and TypeMethodDescriptionXWPFHyperlinkRun.getHyperlink
(XWPFDocument document) If this Hyperlink is an external reference hyperlink, return the object for it.void
XWPFAbstractFootnotesEndnotes.setXWPFDocument
(XWPFDocument doc) void
XWPFHeaderFooter.setXWPFDocument
(XWPFDocument doc) Constructors in org.apache.poi.xwpf.usermodel with parameters of type XWPFDocumentModifierConstructorDescriptionFootnoteEndnoteIdManager
(XWPFDocument document) protected
XWPFAbstractFootnoteEndnote
(XWPFDocument document, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn body) XWPFComment
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment comment, XWPFDocument document) XWPFEndnote
(XWPFDocument document, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn body) 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)