WordProcessingVerticalAlignment
Leave feedback
On this page
Inheritance: java.lang.Object
public final class WordProcessingVerticalAlignment
Specifies vertical alignment of a floating object.
| Field | Description |
|---|---|
| Inline | Not documented. |
| None | The object is explicitly positioned using its y-coordinate. |
| Top | Specifies that the object is at the top of the vertical alignment base. |
| Center | Specifies that the object is centered with respect to the vertical alignment bas. |
| Bottom | Specifies that the object is at the bottom of the vertical alignment base. |
| Inside | Specifies that the object is inside of the horizontal alignment base. |
| Outside | Specifies that the object is outside of the vertical alignment base. |
public static final int Inline
Not documented. Seems to be a possible value for floating paragraphs and tables.
public static final int None
The object is explicitly positioned using its y-coordinate.
public static final int Top
Specifies that the object is at the top of the vertical alignment base.
public static final int Center
Specifies that the object is centered with respect to the vertical alignment bas.
public static final int Bottom
Specifies that the object is at the bottom of the vertical 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 vertical 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.