_Document.ActiveThemeDisplayName プロパティ

定義

指定された文書のアクティブ テーマの表示名を返します。

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

プロパティ値

注釈

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

A theme's display name is the name that appears in the Theme dialog box. This name may not correspond to the string you would use to set a default theme or to apply a theme to a document.

適用対象