WdTabAlignment 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.
Specifies the tab stop alignment to apply.
public enum class WdTabAlignment
[System.Runtime.InteropServices.Guid("87364574-CAD0-36FF-AFE6-6106A232443B")]
public enum WdTabAlignment
type WdTabAlignment =
Public Enum WdTabAlignment
- Inheritance
-
WdTabAlignment
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdAlignTabLeft | 0 | Left aligned. |
wdAlignTabCenter | 1 | Center aligned. |
wdAlignTabRight | 2 | Right aligned. |
wdAlignTabDecimal | 3 | Decimal aligned. |
wdAlignTabBar | 4 | Bar aligned. |
wdAlignTabList | 6 | List aligned. |