MsoHorizontalAnchor Enum

Definition

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.

Applies to