Package | Description |
---|---|
org.zkoss.poi.xwpf.usermodel |
Modifier and Type | Field and Description |
---|---|
protected List<XWPFAbstractNum> |
XWPFNumbering.abstractNums |
Modifier and Type | Method and Description |
---|---|
XWPFAbstractNum |
XWPFNumbering.getAbstractNum(BigInteger abstractNumID)
get AbstractNum by abstractNumID
|
Modifier and Type | Method and Description |
---|---|
BigInteger |
XWPFNumbering.addAbstractNum(XWPFAbstractNum abstractNum)
add a new AbstractNum and return its AbstractNumID
|
BigInteger |
XWPFNumbering.getIdOfAbstractNum(XWPFAbstractNum abstractNum)
Compare AbstractNum with abstractNums of this numbering document.
|
Copyright © 2020. All rights reserved.