@Deprecated public final class TextAlignment extends com.aspose.ms.System.Enum
Enumeration of possible text alignment values.
Modifier and Type | Field and Description |
---|---|
static int |
Center
Deprecated.
Center alignment.
|
static int |
Justify
Deprecated.
Justify alignment.
|
static int |
Left
Deprecated.
Align to left.
|
static int |
Right
Deprecated.
Align to right.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Left
Align to left.
public static final int Center
Center alignment.
public static final int Right
Align to right.
public static final int Justify
Justify alignment. Text will be aligned on both left and right margins.
Copyright © 2020. All rights reserved.