writer2latex.office

Class ListCounter


public class ListCounter
extends java.lang.Object

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

Constructor Summary

ListCounter(ListStyle style)

Method Summary

String
getLabel()
int
getValue(int nLevel)
ListCounter
restart(int nLevel)
ListCounter
restart(int nLevel, int nValue)
ListCounter
step(int nLevel)

Constructor Details

ListCounter

public ListCounter(ListStyle style)

Method Details

getLabel

public String getLabel()

getValue

public int getValue(int nLevel)

restart

public ListCounter restart(int nLevel)

restart

public ListCounter restart(int nLevel,
                           int nValue)

step

public ListCounter step(int nLevel)