HorizontalAlignment
Leave feedback
On this page
Inheritance: java.lang.Object
public final class HorizontalAlignment
Specifies horizontal alignment of element on Document Page.
| 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. |
| Method | Description |
|---|---|
| getValues() |
public static final int None
The object is explicitly positioned, usually using its Left property.
public static final int Left
Specifies that the object shall be left aligned to the horizontal alignment base.
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.
public static int[] getValues()
Returns: int[]
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.