Uses of Class
org.apache.poi.xwpf.usermodel.XWPFEndnote
-
Packages that use XWPFEndnote Package Description org.apache.poi.xwpf.usermodel -
-
Uses of XWPFEndnote in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return XWPFEndnote Modifier and Type Method Description XWPFEndnote
XWPFDocument. addEndnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note)
Add a CTFtnEdn endnote to the document.XWPFEndnote
XWPFEndnotes. addEndnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note)
Add an endnote to the documentXWPFEndnote
XWPFDocument. createEndnote()
Create a new end note and add it to the document.XWPFEndnote
XWPFEndnotes. createEndnote()
Create a new end note and add it to the document.XWPFEndnote
XWPFDocument. getEndnoteByID(int id)
XWPFEndnote
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 XWPFEndnote Modifier and Type Method Description java.util.List<XWPFEndnote>
XWPFDocument. getEndnotes()
Gets the list of end notes for the document.java.util.List<XWPFEndnote>
XWPFEndnotes. getEndnotesList()
Get the list ofXWPFEndnote
in the Endnotes part.Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFEndnote Modifier and Type Method Description void
XWPFEndnotes. addEndnote(XWPFEndnote endnote)
add anXWPFEndnote
to the document
-