Uses of Class
org.apache.poi.xwpf.usermodel.XWPFFootnotes
-
Packages that use XWPFFootnotes Package Description org.apache.poi.xwpf.usermodel -
-
Uses of XWPFFootnotes in org.apache.poi.xwpf.usermodel
Fields in org.apache.poi.xwpf.usermodel declared as XWPFFootnotes Modifier and Type Field Description protected XWPFFootnotes
XWPFDocument. footnotes
Methods in org.apache.poi.xwpf.usermodel that return XWPFFootnotes Modifier and Type Method Description XWPFFootnotes
XWPFDocument. createFootnotes()
Creates an empty footnotes element for the document if one does not already exist
-