Class ListCounter

java.lang.Object
writer2latex.office.ListCounter

public class ListCounter extends Object

This class produces labels for OOo lists/outlines (for xhtml and text, which cannot produce them on their own).

  • Constructor Details

    • ListCounter

      public ListCounter()
    • ListCounter

      public ListCounter(ListStyle style)
  • Method Details

    • step

      public ListCounter step(int nLevel)
    • restart

      public ListCounter restart(int nLevel)
    • restart

      public ListCounter restart(int nLevel, int nValue)
    • getValue

      public int getValue(int nLevel)
    • getValues

      public int[] getValues()
    • getLabel

      public String getLabel()
    • getPrefix

      public String getPrefix()
    • getLabelAndSuffix

      public String getLabelAndSuffix()