WdAlignmentTabRelative Enum

Definition

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

wdIndent 1

Word calculates tab alignment relative to the paragraph indents.

wdMargin 0

Word calculates tab alignment relative to the margins

Applies to