WordProcessingVerticalAlignment
Leave feedback
On this page
Specifies vertical alignment of a floating object.
public enum WordProcessingVerticalAlignment
| Name | Value | Description |
|---|---|---|
| Inline | -1 |
Not documented. Seems to be a possible value for floating paragraphs and tables. |
| None | 0 |
The object is explicitly positioned using its y-coordinate. |
| Top | 1 |
Specifies that the object is at the top of the vertical alignment base. |
| Center | 2 |
Specifies that the object is centered with respect to the vertical alignment bas. |
| Bottom | 3 |
Specifies that the object is at the bottom of the vertical alignment base. |
| Inside | 4 |
Specifies that the object is inside of the horizontal alignment base. |
| Outside | 5 |
Specifies that the object is outside of the vertical alignment base. |
- namespace GroupDocs.Watermark.Contents.WordProcessing
- assembly GroupDocs.Watermark
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.