com.aspose.words
Class ListLevelAlignment

java.lang.Object
    extended by 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 intLEFT = 0
           The list label is aligned to the left of the number position.
static final intCENTER = 1
           The list label is centered at the number position.
static final intRIGHT = 2
           This list label is aligned to the right of the number position.
 

Field Detail

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.