Style.Type 属性

定义

返回样式的类型。 只读 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

属性值

注解

WdStyleType 可以是以下常量之一:

wdStyleTypeCharacter

wdStyleTypeList

wdStyleTypeParagraph

wdStyleTypeTable

适用于