Package | Description |
---|---|
org.apache.poi.xwpf.usermodel |
Modifier and Type | Field | Description |
---|---|---|
protected java.util.List<XWPFAbstractNum> |
XWPFNumbering.abstractNums |
Modifier and Type | Method | Description |
---|---|---|
XWPFAbstractNum |
XWPFNumbering.getAbstractNum(java.math.BigInteger abstractNumID) |
get AbstractNum by abstractNumID
|
Modifier and Type | Method | 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 2018 The Apache Software Foundation or its licensors, as applicable.