WordProcessingVerticalAlignment Enumeration |
Specifies vertical alignment of a floating object.
Namespace: GroupDocs.Watermark.Contents.WordProcessingAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic enum WordProcessingVerticalAlignment
Public Enumeration WordProcessingVerticalAlignment
public enum class WordProcessingVerticalAlignment
type WordProcessingVerticalAlignment
Members
| Member 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.
|
See Also