MsoTextTabAlign Enum

Definition

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

msoTabAlignCenter 1

Specifies that the following text up to next tab or line break is centered on 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.

msoTabAlignLeft 0

Specifies that the following text starts immediately after the designated tab stop.

msoTabAlignMixed -2

Specifies that mixed text alignment against tab stops is used.

msoTabAlignRight 2

Specifies that the following text up to the next tab or line break is rendered flush right to the designated tab stop.

Applies to