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 java.util.List<XWPFNum>
XWPFNumbering. nums
Methods in org.apache.poi.xwpf.usermodel that return XWPFNum Modifier and Type Method Description XWPFNum
XWPFNumbering. getNum(java.math.BigInteger numID)
get Num by NumIDMethods in org.apache.poi.xwpf.usermodel with parameters of type XWPFNum Modifier and Type Method Description java.math.BigInteger
XWPFNumbering. addNum(XWPFNum num)
add a new number to the numbering document
-