StringAlignment
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class StringAlignment extends System.Enum
Specifies the alignment of a text.
Fields
| Field | Description |
|---|---|
| Center | Specifies centered alignment of a text. |
| Far | Specifies right alignment of a text. |
| Near | Specifies left alignment of a text. |
Center
public static final int Center
Specifies centered alignment of a text.
Far
public static final int Far
Specifies right alignment of a text.
Near
public static final int Near
Specifies left alignment of a text.