WdAlignmentTabAlignment 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 tab alignment.
public enum class WdAlignmentTabAlignment
[System.Runtime.InteropServices.Guid("89A572CD-0865-35D2-B6BA-4D43B64E123E")]
public enum WdAlignmentTabAlignment
type WdAlignmentTabAlignment =
Public Enum WdAlignmentTabAlignment
- Inheritance
-
WdAlignmentTabAlignment
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdLeft | 0 | Left-aligned tab. |
wdCenter | 1 | Centered tab. |
wdRight | 2 | Right-aligned tab. |