public class NumberedListItem
extends java.lang.Object
| Constructor | Description |
|---|---|
NumberedListItem(int itemFormat) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
count() |
Returns the current count, ie the position in the list.
|
int |
format() |
Returns the numbering format.
|
java.lang.String |
getListItemSymbol() |
Returns the symbol for the current list item.
|
void |
next() |
Increase the current count by 1.
|
public NumberedListItem(int itemFormat)
itemFormat - The numbering format of this List.
Should be one of the formats defined in Sink.public int count()
public int format()
public void next()
public java.lang.String getListItemSymbol()