Package com.aspose.tasks
Class HorizontalAlignment
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.HorizontalAlignment
-
public final class HorizontalAlignment extends com.aspose.ms.System.Enum
Specifies how an object or text is horizontally aligned relative to another object.
-
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
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
-
-
-
-
Field Detail
-
Left
public static final int Left
The object is aligned on the left of the target element.
- See Also:
- Constant Field Values
-
Right
public static final int Right
The object is aligned on the right of the target element.
- See Also:
- Constant Field Values
-
-