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

Packages that use XWPFFootnotes
org.apache.poi.xwpf.usermodel   
 

Uses of XWPFFootnotes in org.apache.poi.xwpf.usermodel
 

Fields in org.apache.poi.xwpf.usermodel declared as XWPFFootnotes
protected  XWPFFootnotes XWPFDocument.footnotes
           
 

Methods in org.apache.poi.xwpf.usermodel that return XWPFFootnotes
 XWPFFootnotes XWPFDocument.createFootnotes()
          Creates an empty footnotes element for the document if one does not already exist
 

Constructors in org.apache.poi.xwpf.usermodel with parameters of type XWPFFootnotes
XWPFFootnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note, XWPFFootnotes xFootnotes)
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.