This topic has not yet been rated - Rate this topic

Style.BaseStyle Property 

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

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

'Usage
Dim style1 As Style

Dim returnValue As Object
returnValue = style1.BaseStyle

Dim sampleValue As Object
style1.BaseStyle = sampleValue

object BaseStyle {get; set;}
public System.Object get_BaseStyle();
public void set_BaseStyle(System.Object);
function get BaseStyle() : Object;
function set BaseStyle(Object);

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.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ