Style.BaseStyle Property

Definition

Returns or sets an existing style on which you can base the formatting of another style. Read/write Object.

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

Property Value

Remarks

To set this property, specify either the local name of the base style, an integer or a WdBuiltinStyle constant, or an object that represents the base style.

Applies to