MsoTextTabAlign 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 against tab stops or line breaks. The default value is msoTabAlignLeft.
public enum class MsoTextTabAlign
public enum MsoTextTabAlign
type MsoTextTabAlign =
Public Enum MsoTextTabAlign
- Inheritance
-
MsoTextTabAlign
Fields
Name | Value | Description |
---|---|---|
msoTabAlignMixed | -2 | Specifies that mixed text alignment against tab stops is used. |
msoTabAlignLeft | 0 | Specifies that the following text starts immediately after the designated tab stop. |
msoTabAlignCenter | 1 | Specifies that the following text up to next tab or line break is centered on the designated tab stop. |
msoTabAlignRight | 2 | Specifies that the following text up to the next tab or line break is rendered flush right to the designated tab stop. |
msoTabAlignDecimal | 3 | Specifies that the following text is searched for the first occurrence of the character representing the decimal point. The text up to the next tab or line break is then aligned such that the decimal point starts at the designated tab stop. |