Selection.InsertParagraph 方法

定义

用新段落替换指定的所选内容。

public:
 void InsertParagraph();
public void InsertParagraph ();
abstract member InsertParagraph : unit -> unit
Public Sub InsertParagraph ()

注解

使用此方法后,所选内容为新段落。

如果不想替换区域或所选内容,请在使用 Collapse(Object) 此方法之前使用 方法。 方法在 InsertParagraphAfter()Selection 对象后面插入一个新段落。

适用于