_Document.DocumentTheme Propiedad

Definición

Devuelve un OfficeTheme objeto que representa el tema de Microsoft Office aplicado a un documento. Solo lectura.

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

Valor de propiedad

OfficeTheme

Comentarios

Use el ApplyDocumentTheme(String) método para aplicar un tema de Office.

Se aplica a