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

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

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

Fields in org.apache.poi.xwpf.usermodel with type parameters of type XWPFFootnote
protected  java.util.Map<java.lang.Integer,XWPFFootnote> XWPFDocument.endnotes
           
protected  java.util.Map<java.lang.Integer,XWPFFootnote> XWPFDocument.footnotes
           
 

Methods in org.apache.poi.xwpf.usermodel that return XWPFFootnote
 XWPFFootnote XWPFDocument.getEndnoteByID(int id)
           
 XWPFFootnote XWPFDocument.getFootnoteByID(int id)
           
 

Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFFootnote
 java.util.Collection<XWPFFootnote> XWPFDocument.getFootnotes()
           
 



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