Class XWPFEndnote

All Implemented Interfaces:
Iterable<XWPFParagraph>, IBody

public class XWPFEndnote extends XWPFAbstractFootnoteEndnote
Represents an end note footnote.

End notes are collected at the end of a document or section rather than at the bottom of a page.

Create a new footnote using XWPFDocument.createEndnote() or XWPFEndnotes.createEndnote().

The first body element of a footnote should (or possibly must) be a paragraph with the first run containing a CTFtnEdnRef object. The XWPFAbstractFootnoteEndnote.createParagraph() and XWPFAbstractFootnoteEndnote.createTable() methods do this for you.

Footnotes have IDs that are unique across all footnotes in the document. You use the footnote ID to create a reference to a footnote from within a paragraph.

To create a reference to a footnote within a paragraph you create a run with a CTFtnEdnRef that specifies the ID of the target paragraph. The XWPFParagraph.addFootnoteReference(XWPFAbstractFootnoteEndnote) method does this for you.

Since:
4.0.0