Uses of Class
org.apache.poi.xwpf.usermodel.XWPFFootnote
Packages that use XWPFFootnote
-
Uses of XWPFFootnote in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return XWPFFootnoteModifier and TypeMethodDescriptionXWPFDocument.addFootnote
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note) Add a CTFtnEdn footnote to the document.XWPFFootnotes.addFootnote
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note) Add a CT footnote to the documentXWPFDocument.createFootnote()
Create a new footnote and add it to the document.XWPFFootnotes.createFootnote()
Create a new footnote and add it to the document.XWPFDocument.getFootnoteByID
(int id) Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFFootnoteModifier and TypeMethodDescriptionXWPFDocument.getFootnotes()
XWPFFootnotes.getFootnotesList()
Get the list ofXWPFFootnote
in the Footnotes part.Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFFootnoteModifier and TypeMethodDescriptionvoid
XWPFFootnotes.addFootnote
(XWPFFootnote footnote) Add anXWPFFootnote
to the document