Style.NextParagraphStyle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置要自动应用于以指定样式设置格式的段落之后插入的新段落的样式。 读取/写入 对象 。
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 常量,或者指定表示下一个样式的对象。