@Deprecated public final class WordsVerticalAlignment extends com.aspose.ms.System.Enum
Specifies vertical alignment of a floating object.
Modifier and Type | Field and Description |
---|---|
static int |
Bottom
Deprecated.
Specifies that the object is at the bottom of the vertical alignment base.
|
static int |
Center
Deprecated.
Specifies that the object is centered with respect to the vertical alignment bas.
|
static int |
Inline
Deprecated.
Not documented.
|
static int |
Inside
Deprecated.
Specifies that the object is inside of the horizontal alignment base.
|
static int |
None
Deprecated.
The object is explicitly positioned using its y-coordinate.
|
static int |
Outside
Deprecated.
Specifies that the object is outside of the vertical alignment base.
|
static int |
Top
Deprecated.
Specifies that the object is at the top of the vertical alignment base.
|
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 Inline
Not documented. Seems to be a possible value for floating paragraphs and tables.
public static final int None
The object is explicitly positioned using its y-coordinate.
public static final int Top
Specifies that the object is at the top of the vertical alignment base.
public static final int Center
Specifies that the object is centered with respect to the vertical alignment bas.
public static final int Bottom
Specifies that the object is at the bottom of the vertical alignment base.
public static final int Inside
Specifies that the object is inside of the horizontal alignment base.
public static final int Outside
Specifies that the object is outside of the vertical alignment base.