Package org.docx4j.model.listnumbering
Class ListLevel.Counter
java.lang.Object
org.docx4j.model.listnumbering.ListLevel.Counter
- Enclosing class:
- ListLevel
protected class ListLevel.Counter
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected booleanencounteredAlready -
Method Summary
Modifier and Type Method Description java.math.BigIntegergetCurrentValue()returns the current count of list items of that levelvoidIncrementCounter()increments the current count of list items of that levelprotected booleanisEncounteredAlready()voidsetCurrentValue(java.math.BigInteger currentValue)
-
Field Details
-
encounteredAlready
protected boolean encounteredAlready
-
-
Method Details
-
isEncounteredAlready
protected boolean isEncounteredAlready() -
setCurrentValue
public void setCurrentValue(java.math.BigInteger currentValue) -
getCurrentValue
public java.math.BigInteger getCurrentValue()returns the current count of list items of that level- Returns:
-
IncrementCounter
public void IncrementCounter()increments the current count of list items of that level
-