OfficeTheme Interface

Definition

Represents a Microsoft Office theme.

public interface class OfficeTheme : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03A0-0000-0000-C000-000000000046")]
public interface OfficeTheme : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03A0-0000-0000-C000-000000000046")>]
type OfficeTheme = interface
    interface _IMsoDispObj
Public Interface OfficeTheme
Implements _IMsoDispObj
Attributes
Implements

Properties

Application

Gets an Application object that represents the container application for the OfficeTheme object. Read-only.

Creator

Gets a 32-bit integer that indicates the application in which the OfficeTheme object was created. Read-only.

Parent

Gets the parent object for the OfficeTheme object. Read-only.

ThemeColorScheme

Gets a ThemeColorScheme object that represents the color scheme of a Microsoft Office theme. Read-only.

ThemeEffectScheme

Gets a ThemeEffectScheme object that represents the effects scheme of a Microsoft Office theme. Read-only.

ThemeFontScheme

Gets a ThemeFontScheme object that represents the font scheme of a Microsoft Office theme. Read-only.

Applies to