MsoHorizontalAnchor Enumeration
Specifies the horizontal alignment of text in a text frame. Used with the HorizontalAnchor property of the TextFrame object.
| Name | Value | Description |
|---|---|---|
| msoAnchorCenter | 2 | Text is centered horizontally. |
| msoAnchorNone | 1 | No alignment. |
| msoHorizontalAnchorMixed | -2 | Return value only; indicates a combination of the other states. |