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

See Also

Reference

Bookmark Class

Bookmark Members

Microsoft.Office.Tools.Word Namespace