Package | Description |
---|---|
org.apache.poi.xwpf.usermodel |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<XWPFNum> |
XWPFNumbering.nums |
Modifier and Type | Method and Description |
---|---|
XWPFNum |
XWPFNumbering.getNum(java.math.BigInteger numID)
get Num by NumID
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XWPFNum> |
XWPFNumbering.getNums() |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
XWPFNumbering.addNum(XWPFNum num)
add a new number to the numbering document
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.