Style.BaseStyle 属性

定义

返回或设置现有的样式,您可以基于其他样式的格式。 读取/写入 对象

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

属性值

注解

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

适用于