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

FieldDescription
LeftLeft justification.
CenterCenter justification.
RightRight justification.

Left

public static final int Left

Left justification.

Center

public static final int Center

Center justification.

public static final int Right

Right justification.