Uses of Class
org.apache.poi.xwpf.usermodel.XWPFAbstractNum
-
Packages that use XWPFAbstractNum Package Description 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 Modifier and Type Field Description protected java.util.List<XWPFAbstractNum>
XWPFNumbering. abstractNums
Methods in org.apache.poi.xwpf.usermodel that return XWPFAbstractNum Modifier and Type Method Description XWPFAbstractNum
XWPFNumbering. getAbstractNum(java.math.BigInteger abstractNumID)
get AbstractNum by abstractNumIDMethods in org.apache.poi.xwpf.usermodel with parameters of type XWPFAbstractNum Modifier and Type Method Description java.math.BigInteger
XWPFNumbering. addAbstractNum(XWPFAbstractNum abstractNum)
add a new AbstractNum and return its AbstractNumIDjava.math.BigInteger
XWPFNumbering. getIdOfAbstractNum(XWPFAbstractNum abstractNum)
Compare AbstractNum with abstractNums of this numbering document.
-