Package com.aspose.tasks
Class StringAlignment
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.StringAlignment
-
public final class StringAlignment extends com.aspose.ms.System.Enum
Specifies the alignment of a text.
-
-
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
-
Near
public static final int Near
Specifies left alignment of a text.
- See Also:
- Constant Field Values
-
Center
public static final int Center
Specifies centered alignment of a text.
- See Also:
- Constant Field Values
-
Far
public static final int Far
Specifies right alignment of a text.
- See Also:
- Constant Field Values
-
-