Class FootnoteEndnoteIdManager


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

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

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger nextId()
      Gets the next ID number.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FootnoteEndnoteIdManager

        public FootnoteEndnoteIdManager​(XWPFDocument document)
    • Method Detail

      • nextId

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