Uses of Class
org.apache.poi.xwpf.usermodel.XWPFEndnote
Packages that use XWPFEndnote
-
Uses of XWPFEndnote in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return XWPFEndnoteModifier and TypeMethodDescriptionXWPFDocument.addEndnote
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note) Add a CTFtnEdn endnote to the document.XWPFEndnotes.addEndnote
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note) Add an endnote to the documentXWPFDocument.createEndnote()
Create a new end note and add it to the document.XWPFEndnotes.createEndnote()
Create a new end note and add it to the document.XWPFDocument.getEndnoteByID
(int id) XWPFEndnotes.getFootnoteById
(int id) Get the end note with the specified ID, if any.Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFEndnoteModifier and TypeMethodDescriptionXWPFDocument.getEndnotes()
Gets the list of end notes for the document.XWPFEndnotes.getEndnotesList()
Get the list ofXWPFEndnote
in the Endnotes part.Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFEndnoteModifier and TypeMethodDescriptionvoid
XWPFEndnotes.addEndnote
(XWPFEndnote endnote) add anXWPFEndnote
to the document