MsoHorizontalAnchor Enumeration

Specifies the horizontal alignment of text in a text frame.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoHorizontalAnchor
'Usage
Dim instance As MsoHorizontalAnchor
public enum MsoHorizontalAnchor

Members

Member name Description
msoHorizontalAnchorMixed Return value only; indicates a combination of the other states.
msoAnchorNone No alignment.
msoAnchorCenter Text is centered horizontally.

Remarks

Used with the HorizontalAnchor property of the TextFrame object.

See Also

Reference

Microsoft.Office.Core Namespace