@Deprecated public final class WordsHorizontalAlignment extends com.aspose.ms.System.Enum
Specifies horizontal alignment of a floating object.
Modifier and Type | Field and Description |
---|---|
static int |
Center
Deprecated.
Specifies that the object is centered with respect to the horizontal alignment base.
|
static int |
Inside
Deprecated.
Specifies that the object is inside of the horizontal alignment base.
|
static int |
Left
Deprecated.
Specifies that the object is left aligned to the horizontal alignment base.
|
static int |
None
Deprecated.
Object is explicitly positioned using its x-coordinate.
|
static int |
Outside
Deprecated.
Specifies that the object is outside of the horizontal alignment base.
|
static int |
Right
Deprecated.
Specifies that the object is right aligned to the horizontal 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 None
Object is explicitly positioned using its x-coordinate.
public static final int Left
Specifies that the object is left aligned to the horizontal alignment base.
public static final int Center
Specifies that the object is centered with respect to the horizontal alignment base.
public static final int Right
Specifies that the object is right aligned to the horizontal 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 horizontal alignment base.