WdAlignmentTabRelative Enumeration

Specifies whether Microsoft Office Word calculates the alignment for a tab relative to the section margins or the paragraph indents.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdAlignmentTabRelative
'Usage
Dim instance As WdAlignmentTabRelative
public enum WdAlignmentTabRelative

Members

Member name Description
wdMargin Word calculates tab alignment relative to the margins
wdIndent Word calculates tab alignment relative to the paragraph indents.

See Also

Reference

Microsoft.Office.Interop.Word Namespace