次の方法で共有


StyleSheet.Type プロパティ

定義

テンプレートの種類を取得します。

public:
 property Microsoft::Office::Interop::Word::WdStyleSheetLinkType Type { Microsoft::Office::Interop::Word::WdStyleSheetLinkType get(); void set(Microsoft::Office::Interop::Word::WdStyleSheetLinkType value); };
public Microsoft.Office.Interop.Word.WdStyleSheetLinkType Type { get; set; }
member this.Type : Microsoft.Office.Interop.Word.WdStyleSheetLinkType with get, set
Public Property Type As WdStyleSheetLinkType

プロパティ値

注釈

WdTemplateTypeには、次のいずれかの定数を指定できます。

wdAttachedTemplate

wdGlobalTemplate

wdNormalTemplate

適用対象