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 XWPFEndnoteXWPFDocument. addEndnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note)Add a CTFtnEdn endnote to the document.XWPFEndnoteXWPFEndnotes. addEndnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note)Add an endnote to the documentXWPFEndnoteXWPFDocument. createEndnote()Create a new end note and add it to the document.XWPFEndnoteXWPFEndnotes. createEndnote()Create a new end note and add it to the document.XWPFEndnoteXWPFDocument. getEndnoteByID(int id)XWPFEndnoteXWPFEndnotes. 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 List<XWPFEndnote>XWPFDocument. getEndnotes()Gets the list of end notes for the document.List<XWPFEndnote>XWPFEndnotes. getEndnotesList()Get the list ofXWPFEndnotein the Endnotes part.Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFEndnote Modifier and Type Method Description voidXWPFEndnotes. addEndnote(XWPFEndnote endnote)add anXWPFEndnoteto the document
-