|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |