WdTabAlignment Enumeration

Specifies the tab stop alignment to apply.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

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

Members

Member name Description
wdAlignTabLeft Left aligned.
wdAlignTabCenter Center aligned.
wdAlignTabRight Right aligned.
wdAlignTabDecimal Decimal aligned.
wdAlignTabBar Bar aligned.
wdAlignTabList List aligned.

See Also

Reference

Microsoft.Office.Interop.Word Namespace