Class NumberingDefinitionInstance
java.lang.Object
com.independentsoft.office.word.numbering.NumberingDefinitionInstance
The Class NumberingDefinitionInstance.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new numbering definition instance. -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the abstract numbering id.intgetID()Gets the id.Gets the numbering level overrides.voidsetAbstractNumberingID(int abstractNumberingID)Sets the abstract numbering id.voidsetID(int id)Sets the id.toString()
-
Constructor Details
-
NumberingDefinitionInstance
public NumberingDefinitionInstance()Instantiates a new numbering definition instance.
-
-
Method Details
-
clone
-
toString
-
getID
public int getID()Gets the id.- Returns:
- the id
-
setID
public void setID(int id)Sets the id.- Parameters:
id- the new id
-
getAbstractNumberingID
public int getAbstractNumberingID()Gets the abstract numbering id.- Returns:
- the abstract numbering id
-
setAbstractNumberingID
public void setAbstractNumberingID(int abstractNumberingID)Sets the abstract numbering id.- Parameters:
abstractNumberingID- the new abstract numbering id
-
getNumberingLevelOverrides
Gets the numbering level overrides.- Returns:
- the numbering level overrides
-