Bookmark.InsertParagraph Method

Definition

Replaces the Bookmark control with a new paragraph.

public:
 void InsertParagraph();
public void InsertParagraph ();
abstract member InsertParagraph : unit -> unit
Public Sub 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.

Applies to