Uses of Class
org.apache.poi.xwpf.usermodel.XWPFDocument
-
Packages that use XWPFDocument Package Description org.apache.poi.xwpf.extractor org.apache.poi.xwpf.model org.apache.poi.xwpf.usermodel -
-
Uses of XWPFDocument in org.apache.poi.xwpf.extractor
Methods in org.apache.poi.xwpf.extractor that return XWPFDocument Modifier and Type Method Description XWPFDocumentXWPFWordExtractor. getDocument()XWPFDocumentXWPFWordExtractor. getFilesystem()Constructors in org.apache.poi.xwpf.extractor with parameters of type XWPFDocument Constructor Description XWPFWordExtractor(XWPFDocument document) -
Uses of XWPFDocument in org.apache.poi.xwpf.model
Constructors in org.apache.poi.xwpf.model with parameters of type XWPFDocument 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. -
Uses of XWPFDocument in org.apache.poi.xwpf.usermodel
Fields in org.apache.poi.xwpf.usermodel declared as XWPFDocument Modifier and Type Field Description protected XWPFDocumentXWPFAbstractFootnoteEndnote. documentprotected XWPFDocumentXWPFAbstractFootnotesEndnotes. documentprotected XWPFDocumentXWPFComment. documentprotected XWPFDocumentXWPFParagraph. documentFor access to the document's hyperlink, comments, tables etcMethods in org.apache.poi.xwpf.usermodel that return XWPFDocument Modifier and Type Method Description XWPFDocumentIRunBody. getDocument()XWPFDocumentXWPFAbstractSDT. getDocument()XWPFDocumentXWPFParagraph. getDocument()XWPFDocumentXWPFRun. getDocument()XWPFDocumentIBody. getXWPFDocument()Return XWPFDocumentXWPFDocumentXWPFAbstractFootnoteEndnote. getXWPFDocument()Get theXWPFDocumentthe footnote is part of.XWPFDocumentXWPFAbstractFootnotesEndnotes. getXWPFDocument()XWPFDocumentXWPFComment. getXWPFDocument()Get theXWPFDocumentthe comment is part of.XWPFDocumentXWPFComments. getXWPFDocument()XWPFDocumentXWPFDocument. getXWPFDocument()XWPFDocumentXWPFHeaderFooter. getXWPFDocument()XWPFDocumentXWPFTableCell. getXWPFDocument()Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFDocument Modifier and Type Method Description XWPFHyperlinkXWPFHyperlinkRun. getHyperlink(XWPFDocument document)If this Hyperlink is an external reference hyperlink, return the object for it.voidXWPFSignatureLine. parse(XWPFDocument doc)voidXWPFAbstractFootnotesEndnotes. setXWPFDocument(XWPFDocument doc)voidXWPFComments. setXWPFDocument(XWPFDocument document)voidXWPFHeaderFooter. setXWPFDocument(XWPFDocument doc)Constructors in org.apache.poi.xwpf.usermodel with parameters of type XWPFDocument Constructor Description FootnoteEndnoteIdManager(XWPFDocument document)XWPFAbstractFootnoteEndnote(XWPFDocument document, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn body)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)
-