Selection.InsertParagraphBefore 方法

定义

在指定的选定内容之前插入新段落。

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

注解

应用此方法后,所选内容将展开以包含新段落。

适用于