Uses of Class
org.apache.poi.xwpf.usermodel.XWPFDocument

Packages that use XWPFDocument
org.apache.poi.xwpf.extractor   
org.apache.poi.xwpf.model   
org.apache.poi.xwpf.usermodel   
 

Uses of XWPFDocument in org.apache.poi.xwpf.extractor
 

Constructors in org.apache.poi.xwpf.extractor with parameters of type XWPFDocument
XWPFWordExtractor(XWPFDocument document)
           
 

Uses of XWPFDocument in org.apache.poi.xwpf.model
 

Constructors in org.apache.poi.xwpf.model with parameters of type XWPFDocument
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
protected  XWPFDocument XWPFParagraph.document
          For access to the document's hyperlink, comments, tables etc
protected  XWPFDocument XWPFFootnotes.document
           
 

Methods in org.apache.poi.xwpf.usermodel that return XWPFDocument
 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
 

Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFDocument
 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)
           
 

Constructors in org.apache.poi.xwpf.usermodel with parameters of type XWPFDocument
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 2012 The Apache Software Foundation or its licensors, as applicable.