public final class Justification
extends com.aspose.ms.System.Enum
Enumerates the forms of quadding (justification) to be used in displaying the annotation's text.
Modifier and Type | Field and Description |
---|---|
static int |
Center
Center justification.
|
static int |
Left
Left justification.
|
static int |
Right
Right justification.
|
public static final int Left
Left justification.
public static final int Center
Center justification.
public static final int Right
Right justification.