Uses of Class
org.apache.poi.xwpf.usermodel.XWPFAbstractFootnotesEndnotes
-
Packages that use XWPFAbstractFootnotesEndnotes Package Description org.apache.poi.xwpf.usermodel -
-
Uses of XWPFAbstractFootnotesEndnotes in org.apache.poi.xwpf.usermodel
Subclasses of XWPFAbstractFootnotesEndnotes in org.apache.poi.xwpf.usermodel Modifier and Type Class Description class
XWPFEndnotes
Looks after the collection of end notes for a document.class
XWPFFootnotes
Looks after the collection of Footnotes for a document.Fields in org.apache.poi.xwpf.usermodel declared as XWPFAbstractFootnotesEndnotes Modifier and Type Field Description protected XWPFAbstractFootnotesEndnotes
XWPFAbstractFootnoteEndnote. footnotes
Constructors in org.apache.poi.xwpf.usermodel with parameters of type XWPFAbstractFootnotesEndnotes Constructor Description XWPFAbstractFootnoteEndnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note, XWPFAbstractFootnotesEndnotes footnotes)
XWPFEndnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note, XWPFAbstractFootnotesEndnotes footnotes)
XWPFFootnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note, XWPFAbstractFootnotesEndnotes xFootnotes)
-