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. abstractNumsMethods in org.apache.poi.xwpf.usermodel that return XWPFAbstractNum Modifier and Type Method Description XWPFAbstractNumXWPFNumbering. 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.BigIntegerXWPFNumbering. addAbstractNum(XWPFAbstractNum abstractNum)add a new AbstractNum and return its AbstractNumIDjava.math.BigIntegerXWPFNumbering. getIdOfAbstractNum(XWPFAbstractNum abstractNum)Compare AbstractNum with abstractNums of this numbering document.
-