MsoTextTabAlign Enumeration

Indicates the text alignment against tab stops or line breaks. The default value is msoTabAlignLeft.

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

Syntax

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

Members

Member name Description
msoTabAlignMixed Specifies that mixed text alignment against tab stops is used.
msoTabAlignLeft Specifies that the following text starts immediately after the designated tab stop.
msoTabAlignCenter Specifies that the following text up to next tab or line break is centered on the designated tab stop.
msoTabAlignRight Specifies that the following text up to the next tab or line break is rendered flush right to the designated tab stop.
msoTabAlignDecimal 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.

See Also

Reference

Microsoft.Office.Core Namespace