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

msoAnchorCenter 2

Text is centered horizontally.

msoAnchorNone 1

No alignment.

msoHorizontalAnchorMixed -2

Return value only; indicates a combination of the other states.

Remarks

Used with the HorizontalAnchor property of the TextFrame object.

Applies to