|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XWPFAbstractNum | |
|---|---|
| org.apache.poi.xwpf.usermodel | |
| Uses of XWPFAbstractNum in org.apache.poi.xwpf.usermodel |
|---|
| Fields in org.apache.poi.xwpf.usermodel with type parameters of type XWPFAbstractNum | |
|---|---|
protected java.util.List<XWPFAbstractNum> |
XWPFNumbering.abstractNums
|
| Methods in org.apache.poi.xwpf.usermodel that return XWPFAbstractNum | |
|---|---|
XWPFAbstractNum |
XWPFNumbering.getAbstractNum(java.math.BigInteger abstractNumID)
get AbstractNum by abstractNumID |
| Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFAbstractNum | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||