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

FieldDescription
LeftText aligned left from tab stop
CenterText aligned center from tab stop
RightText 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

public static final int Right

Text aligned right from tab stop