MsoVAlign Enumeration
Specifies the vertical alignment for the object.
| Name | Value | Description |
|---|---|---|
| msoVAlignBottom | -4107 | Align the object vertically flush with the bottom. |
| msoVAlignCenter | -4108 | Align the object centered vertically. |
| msoVAlignDistributed | -4117 | Distribute the object uniformly. |
| msoVAlignJustify | -4130 | Justify the alignment of the object with the top and bottom. |
| msoVAlignTop | -4160 | Align the object vertically flush with the top. |