Java org.apache.poi.xwpf.usermodel XWPFNumbering fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.xwpf.usermodel XWPFNumbering fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.xwpf.usermodel XWPFNumbering.

The text is from its open source code.

Subclass

org.apache.poi.xwpf.usermodel.XWPFNumbering has subclasses.
Click this link to see all its subclasses.

Constructor

XWPFNumbering(PackagePart part)
create a new styles object with an existing document

Method

BigIntegeraddAbstractNum(XWPFAbstractNum abstractNum)
add a new AbstractNum and return its AbstractNumID
BigIntegeraddNum(XWPFNum num)
add a new number to the numbering document
BigIntegeraddNum(BigInteger abstractNumID)
Add a new num with an abstractNumID
XWPFNumgetNum(BigInteger numID)
get Num by NumID