_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”。

有关此属性返回的值的说明,请参阅 方法的 ApplyTheme(String)Name 参数。 由此属性返回的值可能与主题的显示名称不对应。 若要返回主题的显示名称,请使用 ActiveThemeDisplayName 属性。

适用于