Bookmark.InsertAutoText Method
Attempts to match the text in the Bookmark control with an existing AutoText entry name.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
Sub InsertAutoText
void InsertAutoText()
Remarks
If any such match is found, InsertAutoText inserts the AutoText entry to replace that text. If a match cannot be found, an exception is thrown.
Calling this method might delete the Bookmark control.
You can use the Insert method with an AutoTextEntry object to insert a specific AutoText entry.
.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.