MsoTextFontAlign Enumeration

Indicates the text alignment scheme used for an object.

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

Syntax

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

Members

Member name Description
msoFontAlignMixed Specifies that there is a mix of text alignments used with the object.
msoFontAlignAuto Specifies that the text alignment will be determined by the Office application.
msoFontAlignTop Specifies that the font is aligned to the top of the object.
msoFontAlignCenter Specifies that the font is aligned to the center of the object.
msoFontAlignBaseline Specifies that the font is aligned to the baseline of the object.
msoFontAlignBottom Specifies that the font is aligned to the bottom of the object.

See Also

Reference

Microsoft.Office.Core Namespace