Style.NextParagraphStyle 属性

定义

返回或设置要自动应用于以指定样式设置格式的段落之后插入的新段落的样式。 读取/写入 对象

public:
 property System::Object ^ NextParagraphStyle { System::Object ^ get(); void set(System::Object ^ value); };
public object NextParagraphStyle { get; set; }
member this.NextParagraphStyle : obj with get, set
Public Property NextParagraphStyle As Object

属性值

注解

若要设置此属性,请指定下一个样式的本地名称、整数或 WdBuiltinStyle 常量,或者指定表示下一个样式的对象。

适用于