Range.InsertParagraph 方法

定义

用新段落替换指定范围。

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

注解

使用此方法后,该范围将成为一个新段落。

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

适用于