public final class ListLevelAlignment
extends java.lang.Object
Used as a value for the ListLevel.getAlignment() / ListLevel.setAlignment(int) property.
| Modifier and Type | Field and Description |
|---|---|
static int |
CENTER
The list label is centered at the number position.
|
static int |
LEFT
The list label is aligned to the left of the number position.
|
static int |
length |
static int |
RIGHT
This list label is aligned to the right of the number position.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String listLevelAlignmentName) |
static java.lang.String |
getName(int listLevelAlignment) |
static int[] |
getValues() |
static java.lang.String |
toString(int listLevelAlignment) |
public static final int LEFT
public static final int CENTER
public static final int RIGHT
public static final int length