java.lang.Object
com.aspose.words.ListLevelAlignment
public class ListLevelAlignment
- extends java.lang.Object
Utility class containing constants.
Specifies alignment for the list number or bullet.
Used as a value for the ListLevel.Alignment property.
Field Summary |
static final int | LEFT = 0 | |
The list label is aligned to the left of the number position.
|
static final int | CENTER = 1 | |
The list label is centered at the number position.
|
static final int | RIGHT = 2 | |
This list label is aligned to the right of the number position.
|
LEFT = 0 | |
public static final int LEFT |
-
The list label is aligned to the left of the number position.
CENTER = 1 | |
public static final int CENTER |
-
The list label is centered at the number position.
RIGHT = 2 | |
public static final int RIGHT |
-
This list label is aligned to the right of the number position.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.