Package org.apache.poi.xwpf.usermodel
Class FootnoteEndnoteIdManager
- java.lang.Object
-
- org.apache.poi.xwpf.usermodel.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.
-
-
Constructor Summary
Constructors Constructor Description FootnoteEndnoteIdManager(XWPFDocument document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigInteger
nextId()
Gets the next ID number.
-
-
-
Constructor Detail
-
FootnoteEndnoteIdManager
public FootnoteEndnoteIdManager(XWPFDocument document)
-
-