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 XWPFFootnoteXWPFDocument. addFootnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note)Add a CTFtnEdn footnote to the document.XWPFFootnoteXWPFFootnotes. addFootnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note)Add a CT footnote to the documentXWPFFootnoteXWPFDocument. createFootnote()Create a new footnote and add it to the document.XWPFFootnoteXWPFFootnotes. createFootnote()Create a new footnote and add it to the document.XWPFFootnoteXWPFDocument. getFootnoteByID(int id)Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFFootnote Modifier and Type Method Description List<XWPFFootnote>XWPFDocument. getFootnotes()List<XWPFFootnote>XWPFFootnotes. getFootnotesList()Get the list ofXWPFFootnotein the Footnotes part.Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFFootnote Modifier and Type Method Description voidXWPFFootnotes. addFootnote(XWPFFootnote footnote)Add anXWPFFootnoteto the document
-