Package org.docx4j.model.listnumbering
Class ListLevel.Counter
java.lang.Object
org.docx4j.model.listnumbering.ListLevel.Counter
- Enclosing class:
- ListLevel
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionreturns the current count of list items of that levelvoidincrements the current count of list items of that levelprotected booleanvoidsetCurrentValue(BigInteger currentValue)
-
Field Details
-
encounteredAlready
protected boolean encounteredAlready
-
-
Method Details
-
isEncounteredAlready
protected boolean isEncounteredAlready() -
setCurrentValue
-
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
-