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 List<XWPFAbstractNum>XWPFNumbering. abstractNumsMethods in org.apache.poi.xwpf.usermodel that return XWPFAbstractNum Modifier and Type Method Description XWPFAbstractNumXWPFNumbering. getAbstractNum(BigInteger abstractNumID)get AbstractNum by abstractNumIDMethods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFAbstractNum Modifier and Type Method Description List<XWPFAbstractNum>XWPFNumbering. getAbstractNums()Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFAbstractNum Modifier and Type Method Description BigIntegerXWPFNumbering. addAbstractNum(XWPFAbstractNum abstractNum)add a new AbstractNum and return its AbstractNumIDBigIntegerXWPFNumbering. getIdOfAbstractNum(XWPFAbstractNum abstractNum)Compare AbstractNum with abstractNums of this numbering document.
-