ASPOSE home

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
           The list label is aligned to the left of the number position.
static final intCENTER
           The list label is centered at the number position.
static final intRIGHT
           This list label is aligned to the right of the number position.
 

Field Detail

LEFT

public static final int LEFT
The list label is aligned to the left of the number position.

CENTER

public static final int CENTER
The list label is centered at the number position.

RIGHT

public static final int RIGHT
This list label is aligned to the right of the number position.

See Also:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home