Justification

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

FieldDescription
CenterCenter justification.
LeftLeft justification.
RightRight justification.

Methods

MethodDescription
getByValue
getValue
valueOfReturns the enum constant of this type with the specified name.
valuesReturns 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.

public static final Justification Right

Right justification.

getByValue

public static Justification getByValue(int value)

Parameters:

ParameterTypeDescription
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