Style.BaseStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.