Class FootnoteEndnoteIdManager

java.lang.Object
org.apache.poi.xwpf.usermodel.FootnoteEndnoteIdManager

public class FootnoteEndnoteIdManager extends Object
Manages IDs for footnotes and endnotes.

Footnotes and endnotes are managed in separate parts but represent a single namespace of IDs.

  • Constructor Details

    • FootnoteEndnoteIdManager

      public FootnoteEndnoteIdManager(XWPFDocument document)
  • Method Details

    • nextId

      public BigInteger nextId()
      Gets the next ID number.
      Returns:
      ID number to use.