Uses of Class
org.apache.poi.xwpf.usermodel.XWPFAbstractFootnoteEndnote
-
Packages that use XWPFAbstractFootnoteEndnote Package Description org.apache.poi.xwpf.usermodel -
-
Uses of XWPFAbstractFootnoteEndnote in org.apache.poi.xwpf.usermodel
Subclasses of XWPFAbstractFootnoteEndnote in org.apache.poi.xwpf.usermodel Modifier and Type Class Description classXWPFEndnoteRepresents an end note footnote.classXWPFFootnoteRepresents a bottom-of-the-page footnote.Fields in org.apache.poi.xwpf.usermodel with type parameters of type XWPFAbstractFootnoteEndnote Modifier and Type Field Description protected List<XWPFAbstractFootnoteEndnote>XWPFAbstractFootnotesEndnotes. listFootnoteMethods in org.apache.poi.xwpf.usermodel that return XWPFAbstractFootnoteEndnote Modifier and Type Method Description XWPFAbstractFootnoteEndnoteXWPFAbstractFootnotesEndnotes. getFootnoteById(int id)Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFAbstractFootnoteEndnote Modifier and Type Method Description voidXWPFParagraph. addFootnoteReference(XWPFAbstractFootnoteEndnote footnote)Add a new run with a reference to the specified footnote.
-