VerticalAlignment

Inheritance: java.lang.Object

public final class VerticalAlignment

Specifies vertical alignment of element on Document Page.

Fields

Field Description
None The object is explicitly positioned, usually using its Top property.
Top Specifies that the object shall be at the top of the vertical alignment base.
Center Specifies that the object shall be centered with respect to the vertical alignment base.
Bottom Specifies that the object shall be at the bottom of the vertical alignment base.

None

public static final int None

The object is explicitly positioned, usually using its Top property.

Top

public static final int Top

Specifies that the object shall be at the top of the vertical alignment base.

Center

public static final int Center

Specifies that the object shall be centered with respect to the vertical alignment base.

Bottom

public static final int Bottom

Specifies that the object shall be at the bottom of the vertical alignment base.