Package | Description |
---|---|
org.apache.poi.xwpf.usermodel |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<XWPFAbstractNum> |
XWPFNumbering.abstractNums |
Modifier and Type | Method and Description |
---|---|
XWPFAbstractNum |
XWPFNumbering.getAbstractNum(java.math.BigInteger abstractNumID)
get AbstractNum by abstractNumID
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XWPFAbstractNum> |
XWPFNumbering.getAbstractNums() |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
XWPFNumbering.addAbstractNum(XWPFAbstractNum abstractNum)
add a new AbstractNum and return its AbstractNumID
|
java.math.BigInteger |
XWPFNumbering.getIdOfAbstractNum(XWPFAbstractNum abstractNum)
Compare AbstractNum with abstractNums of this numbering document.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.