Package writer2latex.office
Class ListCounter
- java.lang.Object
-
- writer2latex.office.ListCounter
-
public class ListCounter extends java.lang.ObjectThis class produces labels for OOo lists/outlines (for xhtml and text, which cannot produce them on their own).
-
-
Constructor Summary
Constructors Constructor Description ListCounter()ListCounter(ListStyle style)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLabel()java.lang.StringgetLabelAndSuffix()java.lang.StringgetPrefix()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
-
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 java.lang.String getLabel()
-
getPrefix
public java.lang.String getPrefix()
-
getLabelAndSuffix
public java.lang.String getLabelAndSuffix()
-
-