Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts an absolute tab in the Bookmark that is always positioned in the same spot, relative to either the margins or indents.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
Sub InsertAlignmentTab ( _
Alignment As Integer, _
RelativeTo As Integer _
)
void InsertAlignmentTab(
int Alignment,
int RelativeTo
)
Parameters
- Alignment
Type: System.Int32
One of the Microsoft.Office.Interop.Word.WdAlignmentTabAlignment values that specifies the type of alignment for the tab stop (such as left, center, or right).
- RelativeTo
Type: System.Int32
One of the Microsoft.Office.Interop.Word.WdAlignmentTabRelative values that specifies whether the tab stop is relative to the margins or to the paragraph indents.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.