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

FieldDescription
CenterSpecifies centered alignment of a text.
FarSpecifies right alignment of a text.
NearSpecifies 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.