TabAlignmentType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public class TabAlignmentType extends System.Enum
Enumerates the tab alignment types.
Fields
Field | Description |
---|---|
Left | Text aligned left from tab stop |
Center | Text aligned center from tab stop |
Right | Text aligned right from tab stop |
Left
public static final int Left
Text aligned left from tab stop
Center
public static final int Center
Text aligned center from tab stop
Right
public static final int Right
Text aligned right from tab stop