_Document.ActiveTheme プロパティ

定義

テーマおよびテーマの書式オプションを指定した文書の名前を返します。

public:
 property System::String ^ ActiveTheme { System::String ^ get(); };
public string ActiveTheme { get; }
member this.ActiveTheme : string
Public ReadOnly Property ActiveTheme As String

プロパティ値

注釈

ドキュメントにアクティブなテーマがない場合、このプロパティは "none" を返します。

このプロパティによって返される値の詳細については、 メソッドの Name 引数を ApplyTheme(String) 参照してください。 The value returned by this property may not correspond to the theme's display name. テーマの表示名を取得するには、 プロパティを ActiveThemeDisplayName 使用します。

適用対象