Bookmark.InsertParagraph Method (2007 System)
Replaces the Bookmark control with a new paragraph.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
Public Sub InsertParagraph
'Usage
Dim instance As Bookmark
instance.InsertParagraph()
public void InsertParagraph()
public:
void InsertParagraph()
public function InsertParagraph()
Remarks
If you do not want to replace the Bookmark control, use the Collapse method before using this method. The InsertParagraphAfter method inserts a new paragraph following a Bookmark control.
.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.