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 class
XWPFEndnote
Represents an end note footnote.class
XWPFFootnote
Represents 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 java.util.List<XWPFAbstractFootnoteEndnote>
XWPFAbstractFootnotesEndnotes. listFootnote
Methods in org.apache.poi.xwpf.usermodel that return XWPFAbstractFootnoteEndnote Modifier and Type Method Description XWPFAbstractFootnoteEndnote
XWPFAbstractFootnotesEndnotes. getFootnoteById(int id)
Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFAbstractFootnoteEndnote Modifier and Type Method Description void
XWPFParagraph. addFootnoteReference(XWPFAbstractFootnoteEndnote footnote)
Add a new run with a reference to the specified footnote.
-