Package com.aspose.tasks
Class StringAlignment
- java.lang.Object
-
- com.aspose.tasks.StringAlignment
-
public final class StringAlignment extends Object
Specifies the alignment of a text.
-
-
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
-
-