_Document.DocumentTheme 属性

定义

返回一个 OfficeTheme 对象,该对象表示应用于文档的 Microsoft Office 主题。 此为只读属性。

public:
 property Microsoft::Office::Core::OfficeTheme ^ DocumentTheme { Microsoft::Office::Core::OfficeTheme ^ get(); };
public Microsoft.Office.Core.OfficeTheme DocumentTheme { get; }
member this.DocumentTheme : Microsoft.Office.Core.OfficeTheme
Public ReadOnly Property DocumentTheme As OfficeTheme

属性值

OfficeTheme

注解

ApplyDocumentTheme(String)使用 方法应用 Office 主题。

适用于