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