HorizontalAlignment

Contents
[ ]

Inheritance: java.lang.Object

public final class HorizontalAlignment

Specifies horizontal alignment of element on Document Page.

Fields

Field Description
None The object is explicitly positioned, usually using its Left property.
Left Specifies that the object shall be left aligned to the horizontal alignment base.
Center Specifies that the object shall be centered with respect to the horizontal alignment base.
Right Specifies that the object shall be right aligned to the horizontal alignment base.

Methods

Method Description
getValues()

None

public static final int None

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

Left

public static final int Left

Specifies that the object shall be left aligned to the horizontal alignment base.

Center

public static final int Center

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

public static final int Right

Specifies that the object shall be right aligned to the horizontal alignment base.

getValues()

public static int[] getValues()

Returns: int[]