MsoTextFontAlign Enumeration
Indicates the text alignment scheme used for an object.
| Name | Value | Description |
|---|---|---|
| msoFontAlignAuto | 0 | Specifies that the text alignment will be determined by the Office application. |
| msoFontAlignBaseline | 3 | Specifies that the font is aligned to the baseline of the object. |
| msoFontAlignBottom | 4 | Specifies that the font is aligned to the bottom of the object. |
| msoFontAlignCenter | 2 | Specifies that the font is aligned to the center of the object. |
| msoFontAlignMixed | -2 | Specifies that there is a mix of text alignments used with the object. |
| msoFontAlignTop | 1 | Specifies that the font is aligned to the top of the object. |