WdAlignmentTabRelative 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 whether Microsoft Office Word calculates the alignment for a tab relative to the section margins or the paragraph indents.
public enum class WdAlignmentTabRelative
[System.Runtime.InteropServices.Guid("F789D0A8-3325-3E36-B6CE-87657A7F4E4E")]
public enum WdAlignmentTabRelative
type WdAlignmentTabRelative =
Public Enum WdAlignmentTabRelative
- Inheritance
-
WdAlignmentTabRelative
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdMargin | 0 | Word calculates tab alignment relative to the margins |
wdIndent | 1 | Word calculates tab alignment relative to the paragraph indents. |