Style.Type Property

Definition

Returns the style type. Read-only Style.

public:
 property Microsoft::Office::Interop::Word::WdStyleType Type { Microsoft::Office::Interop::Word::WdStyleType get(); };
public Microsoft.Office.Interop.Word.WdStyleType Type { get; }
member this.Type : Microsoft.Office.Interop.Word.WdStyleType
Public ReadOnly Property Type As WdStyleType

Property Value

Remarks

WdStyleType can be one of the following constants:

wdStyleTypeCharacter

wdStyleTypeList

wdStyleTypeParagraph

wdStyleTypeTable

Applies to