WordProcessingVerticalAlignment enumeration
WordProcessingVerticalAlignment enumeration
Specifies vertical alignment of a floating object.
The WordProcessingVerticalAlignment type exposes the following members:
Fields
| Field | Description |
|---|---|
| INLINE | Not documented. Seems to be a possible value for floating paragraphs and tables. |
| 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. |