writer2latex.office
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 | |
|---|---|
| String | getLabel() |
| int | getValue(int nLevel) |
| int[] | getValues() |
| ListCounter | restart(int nLevel) |
| ListCounter | restart(int nLevel, int nValue) |
| ListCounter | step(int nLevel) |