Bookmark.InsertAlignmentTab(Int32, Int32) Method

Definition

Inserts an absolute tab in the Bookmark that is always positioned in the same spot, relative to either the margins or indents.

public void InsertAlignmentTab (int Alignment, int RelativeTo = 0);
abstract member InsertAlignmentTab : int * int -> unit
Public Sub InsertAlignmentTab (Alignment As Integer, Optional RelativeTo As Integer = 0)

Parameters

Alignment
Int32

One of the WdAlignmentTabAlignment values that specifies the type of alignment for the tab stop (such as left, center, or right).

RelativeTo
Int32

One of the WdAlignmentTabRelative values that specifies whether the tab stop is relative to the margins or to the paragraph indents.

Applies to