public class TabAlignmentType
extends com.aspose.ms.System.Enum
Enumerates the tab alignment types.
Modifier and Type | Field and Description |
---|---|
static int |
Center
Text aligned center from tab stop
|
static int |
Left
Text aligned left from tab stop
|
static int |
Right
Text aligned right from tab stop
|
public static final int Left
Text aligned left from tab stop
public static final int Center
Text aligned center from tab stop
public static final int Right
Text aligned right from tab stop