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

適用対象