Justification
Contents
[
Hide
]Inheritance: java.lang.Object, java.lang.Enum < Justification > com.aspose.pdf.Justification, java.lang.Enum < Justification >, com.aspose.pdf.Justification
All Implemented Interfaces: Serializable, Comparable < Justification >
public enum Justification extends Enum < Justification >
Enumerates the forms of quadding (justification) to be used in displaying the annotation’s text.
Fields
| Field | Description |
|---|---|
| Center | Center justification. |
| Left | Left justification. |
| Right | Right justification. |
Methods
| Method | Description |
|---|---|
| getByValue | |
| getValue | |
| valueOf | Returns the enum constant of this type with the specified name. |
| values | Returns an array containing the constants of this enum type, in the order they are declared. |
Center
public static final Justification Center
Center justification.
Left
public static final Justification Left
Left justification.
Right
public static final Justification Right
Right justification.
getByValue
public static Justification getByValue(int value)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value |
getValue
public int getValue()
valueOf
Returns the enum constant of this type with the specified name.
values
public static Justification [] values()
Returns an array containing the constants of this enum type, in the order they are declared.
Returns: an array containing the constants of this enum type, in the order they are declared