WordProcessingHorizontalAlignment
Leave feedback
On this page
Inheritance: java.lang.Object
public final class WordProcessingHorizontalAlignment
Specifies horizontal alignment of a floating object.
| Field | Description |
|---|---|
| None | Object is explicitly positioned using its x-coordinate. |
| Left | Specifies that the object is left aligned to the horizontal alignment base. |
| Center | Specifies that the object is centered with respect to the horizontal alignment base. |
| Right | Specifies that the object is right aligned to the horizontal alignment base. |
| Inside | Specifies that the object is inside of the horizontal alignment base. |
| Outside | Specifies that the object is outside of the horizontal alignment base. |
public static final int None
Object is explicitly positioned using its x-coordinate.
public static final int Left
Specifies that the object is left aligned to the horizontal alignment base.
public static final int Center
Specifies that the object is centered with respect to the horizontal alignment base.
public static final int Right
Specifies that the object is right aligned to the horizontal alignment base.
public static final int Inside
Specifies that the object is inside of the horizontal alignment base.
public static final int Outside
Specifies that the object is outside of the horizontal alignment base.
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.