public final class ListTrailingCharacter
extends java.lang.Object
Used as a value for the ListLevel.getTrailingCharacter() / ListLevel.setTrailingCharacter(int) property.
| Modifier and Type | Field and Description |
|---|---|
static int |
length |
static int |
NOTHING
There is no separator character between the list label and text of the paragraph.
|
static int |
SPACE
A space character is placed between the list label and text of the paragraph.
|
static int |
TAB
A tab character is placed between the list label and text of the paragraph.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String listTrailingCharacterName) |
static java.lang.String |
getName(int listTrailingCharacter) |
static int[] |
getValues() |
static java.lang.String |
toString(int listTrailingCharacter) |
public static final int TAB
public static final int SPACE
public static final int NOTHING
public static final int length