Uses of Class
org.apache.poi.xwpf.usermodel.XWPFNum

Packages that use XWPFNum
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
protected  java.util.List<XWPFNum> XWPFNumbering.nums
           
 

Methods in org.apache.poi.xwpf.usermodel that return XWPFNum
 XWPFNum XWPFNumbering.getNum(java.math.BigInteger numID)
          get Num by NumID
 

Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFNum
 java.math.BigInteger XWPFNumbering.addNum(XWPFNum num)
          add a new number to the numbering document
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.