Justification
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class Justification extends System.Enum
Enumerates the forms of quadding (justification) to be used in displaying the annotation’s text.
Fields
| Field | Description |
|---|---|
| Left | Left justification. |
| Center | Center justification. |
| Right | Right justification. |
Left
public static final int Left
Left justification.
Center
public static final int Center
Center justification.
Right
public static final int Right
Right justification.