Class XWPFAbstractFootnoteEndnote

  • All Implemented Interfaces:
    java.lang.Iterable<XWPFParagraph>, IBody
    Direct Known Subclasses:
    XWPFEndnote, XWPFFootnote

    public abstract class XWPFAbstractFootnoteEndnote
    extends java.lang.Object
    implements java.lang.Iterable<XWPFParagraph>, IBody
    Base class for both bottom-of-the-page footnotes XWPFFootnote and end notes XWPFEndnote).

    The only significant difference between footnotes and end notes is which part they go on. Footnotes are managed by the Footnotes part XWPFFootnotes and end notes are managed by the Endnotes part XWPFEndnotes.

    Since:
    4.0.0