Uses of Class
org.apache.poi.xwpf.usermodel.XWPFFootnote
-
Packages that use XWPFFootnote Package Description org.apache.poi.xwpf.usermodel -
-
Uses of XWPFFootnote in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return XWPFFootnote Modifier and Type Method Description XWPFFootnote
XWPFDocument. addFootnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note)
Add a CTFtnEdn footnote to the document.XWPFFootnote
XWPFFootnotes. addFootnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note)
Add a CT footnote to the documentXWPFFootnote
XWPFDocument. createFootnote()
Create a new footnote and add it to the document.XWPFFootnote
XWPFFootnotes. createFootnote()
Create a new footnote and add it to the document.XWPFFootnote
XWPFDocument. getFootnoteByID(int id)
Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFFootnote Modifier and Type Method Description java.util.List<XWPFFootnote>
XWPFDocument. getFootnotes()
java.util.List<XWPFFootnote>
XWPFFootnotes. getFootnotesList()
Get the list ofXWPFFootnote
in the Footnotes part.Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFFootnote Modifier and Type Method Description void
XWPFFootnotes. addFootnote(XWPFFootnote footnote)
Add anXWPFFootnote
to the document
-