_ParagraphFormat.Style 属性

定义

返回或设置指定对象的样式。

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

属性值

注解

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

适用于