Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.Int32One of the WdAlignmentTabAlignment values that specifies the type of alignment for the tab stop (such as left, center, or right).
RelativeTo
Type: System.Int32One of the 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.