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 boolean encounteredAlready  
  • Method Summary

    Modifier and Type Method Description
    java.math.BigInteger getCurrentValue()
    returns the current count of list items of that level
    void IncrementCounter()
    increments the current count of list items of that level
    protected boolean isEncounteredAlready()  
    void setCurrentValue​(java.math.BigInteger currentValue)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • 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