MsoHorizontalAnchor Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the horizontal alignment of text in a text frame.
public enum class MsoHorizontalAnchor
public enum MsoHorizontalAnchor
type MsoHorizontalAnchor =
Public Enum MsoHorizontalAnchor
- Inheritance
-
MsoHorizontalAnchor
Fields
Name | Value | Description |
---|---|---|
msoHorizontalAnchorMixed | -2 | Return value only; indicates a combination of the other states. |
msoAnchorNone | 1 | No alignment. |
msoAnchorCenter | 2 | Text is centered horizontally. |
Remarks
Used with the HorizontalAnchor property of the TextFrame object.