writer2latex.office

Class 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 Summary
ListCounter()
ListCounter(ListStyle style)
Method Summary
StringgetLabel()
intgetValue(int nLevel)
int[]getValues()
ListCounterrestart(int nLevel)
ListCounterrestart(int nLevel, int nValue)
ListCounterstep(int nLevel)

Constructor Detail

ListCounter

public ListCounter()

ListCounter

public ListCounter(ListStyle style)

Method Detail

getLabel

public String getLabel()

getValue

public int getValue(int nLevel)

getValues

public int[] getValues()

restart

public ListCounter restart(int nLevel)

restart

public ListCounter restart(int nLevel, int nValue)

step

public ListCounter step(int nLevel)