Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |