Uses of Class
org.apache.poi.xwpf.usermodel.XWPFAbstractNum
Packages that use XWPFAbstractNum
-
Uses of XWPFAbstractNum in org.apache.poi.xwpf.usermodel
Fields in org.apache.poi.xwpf.usermodel with type parameters of type XWPFAbstractNumMethods in org.apache.poi.xwpf.usermodel that return XWPFAbstractNumModifier and TypeMethodDescriptionXWPFNumbering.getAbstractNum(BigInteger abstractNumID) get AbstractNum by abstractNumIDMethods in org.apache.poi.xwpf.usermodel with parameters of type XWPFAbstractNumModifier and TypeMethodDescriptionXWPFNumbering.addAbstractNum(XWPFAbstractNum abstractNum) add a new AbstractNum and return its AbstractNumIDXWPFNumbering.getIdOfAbstractNum(XWPFAbstractNum abstractNum) Compare AbstractNum with abstractNums of this numbering document.