AlignmentType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class AlignmentType extends System.Enum
Type of alignment
Fields
Field | Description |
---|---|
Left | Left alignment |
Right | Right alignment |
Center | Center alignment |
Justify | Justify alignment |
Left
public static final byte Left
Left alignment
Right
public static final byte Right
Right alignment
Center
public static final byte Center
Center alignment
Justify
public static final byte Justify
Justify alignment