WordProcessingVerticalAlignment

WordProcessingVerticalAlignment enumeration

Specifies vertical alignment of a floating object.

public enum WordProcessingVerticalAlignment

Values

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