MsoTextFontAlign Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the text alignment scheme used for an object.
public enum class MsoTextFontAlign
public enum MsoTextFontAlign
type MsoTextFontAlign =
Public Enum MsoTextFontAlign
- Inheritance
-
MsoTextFontAlign
Fields
Name | Value | Description |
---|---|---|
msoFontAlignMixed | -2 | Specifies that there is a mix of text alignments used with the object. |
msoFontAlignAuto | 0 | Specifies that the text alignment will be determined by the Office application. |
msoFontAlignTop | 1 | Specifies that the font is aligned to the top of the object. |
msoFontAlignCenter | 2 | Specifies that the font is aligned to the center of the object. |
msoFontAlignBaseline | 3 | Specifies that the font is aligned to the baseline of the object. |
msoFontAlignBottom | 4 | Specifies that the font is aligned to the bottom of the object. |