VerticalAlignment

Inheritance: java.lang.Object, java.lang.Enum

public enum VerticalAlignment extends Enum<VerticalAlignment>

Enumeration of possible vertical alignment values.

Fields

FieldDescription
NoneNo alignment (use specified position).
TopAlign to top.
CenterCenter alignment.
BottomAlign to bottom.

Methods

MethodDescription
values()
valueOf(String name)
valueOf(int alignmentType)
getValue()Get number of

None

public static final VerticalAlignment None

No alignment (use specified position).

Top

public static final VerticalAlignment Top

Align to top.

Center

public static final VerticalAlignment Center

Center alignment.

Bottom

public static final VerticalAlignment Bottom

Align to bottom.

values()

public static VerticalAlignment[] values()

Returns: com.aspose.pdf.VerticalAlignment[]

valueOf(String name)

public static VerticalAlignment valueOf(String name)

Parameters:

ParameterTypeDescription
namejava.lang.String

Returns: VerticalAlignment

valueOf(int alignmentType)

public static VerticalAlignment valueOf(int alignmentType)

Parameters:

ParameterTypeDescription
alignmentTypeint

Returns: VerticalAlignment

getValue()

public int getValue()

Get number of

Returns: int - int value of the VerticalAlignment element