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
Center alignment.
|
static int |
Left
Align to left.
|
static int |
None
No alignment (use specified position).
|
static int |
Right
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.
Copyright © 2018. All rights reserved.