Share via


MsoHorizontalAnchor Enumeration 

Specifies the horizontal alignment of text in a text frame.

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

Usage

Dim msoHorizontalAnchor1 As MsoHorizontalAnchor = MsoHorizontalAnchor.msoAnchorCenter

Syntax

Public Enum MsoHorizontalAnchor
public enum MsoHorizontalAnchor
public enum class MsoHorizontalAnchor
public enum MsoHorizontalAnchor
public enum MsoHorizontalAnchor

Members

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

Remarks

Used with the HorizontalAnchor property of the TextFrame object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace