类 NextIDUtils
- java.lang.Object
-
- com.deepoove.poi.util.NextIDUtils
-
public class NextIDUtils extends Object
-
-
构造器概要
构造器 构造器 说明 NextIDUtils()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static BigIntegergetAbstractNumMaxId(org.apache.poi.xwpf.usermodel.XWPFNumbering numbering)static BigIntegergetCommentMaxId(org.apache.poi.xwpf.usermodel.XWPFComments docComments)
-
-
-
方法详细资料
-
getCommentMaxId
public static BigInteger getCommentMaxId(org.apache.poi.xwpf.usermodel.XWPFComments docComments)
-
getAbstractNumMaxId
public static BigInteger getAbstractNumMaxId(org.apache.poi.xwpf.usermodel.XWPFNumbering numbering)
-
-