Package com.aspose.tasks
Class HorizontalStringAlignment
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.HorizontalStringAlignment
-
public final class HorizontalStringAlignment extends com.aspose.ms.System.EnumSpecifies the alignment of a text string relative to its layout rectangle.
-
-
Field Summary
Fields Modifier and Type Field Description static intCenterSpecifies that text is aligned in the center of the layout rectangle.static intFarSpecifies that text is aligned far from the origin position of the layout rectangle.static intNearSpecifies the text be aligned near the layout.
-
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 the text be aligned near the layout. In a left-to-right layout, the near position is left. In a right-to-left layout, the near position is right.
- See Also:
- Constant Field Values
-
Center
public static final int Center
Specifies that text is aligned in the center of the layout rectangle.
- See Also:
- Constant Field Values
-
Far
public static final int Far
Specifies that text is aligned far from the origin position of the layout rectangle. In a left-to-right layout, the far position is right. In a right-to-left layout, the far position is left.
- See Also:
- Constant Field Values
-
-