@Deprecated public final class VerticalAlignment extends com.aspose.ms.System.Enum
Enumeration of possible vertical alignment values.
Modifier and Type | Field and Description |
---|---|
static int |
Bottom
Deprecated.
Align to bottom.
|
static int |
Center
Deprecated.
Center alignment.
|
static int |
None
Deprecated.
No alignment (use specified position).
|
static int |
Top
Deprecated.
Align to top.
|
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 Top
Align to top.
public static final int Center
Center alignment.
public static final int Bottom
Align to bottom.