@Deprecated public final class HorizontalAlignment extends com.aspose.ms.System.Enum
Enumeration of possible horizontal alignment values.
Modifier and Type | Field and Description |
---|---|
static int |
Center
Deprecated.
Center alignment.
|
static int |
Left
Deprecated.
Align to left.
|
static int |
None
Deprecated.
No alignment (use specified position).
|
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 None
No alignment (use specified position).
public static final int Left
Align to left.
public static final int Center
Center alignment.
public static final int Right
Align to right.