Uses of Class
org.apache.poi.xwpf.usermodel.XWPFNum
-
Packages that use XWPFNum Package Description org.apache.poi.xwpf.usermodel -
-
Uses of XWPFNum in org.apache.poi.xwpf.usermodel
Fields in org.apache.poi.xwpf.usermodel with type parameters of type XWPFNum Modifier and Type Field Description protected List<XWPFNum>XWPFNumbering. numsMethods in org.apache.poi.xwpf.usermodel that return XWPFNum Modifier and Type Method Description XWPFNumXWPFNumbering. getNum(BigInteger numID)get Num by NumIDMethods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFNum Modifier and Type Method Description List<XWPFNum>XWPFNumbering. getNums()Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFNum Modifier and Type Method Description BigIntegerXWPFNumbering. addNum(XWPFNum num)add a new number to the numbering document
-