IMasterTheme Properties

The IMasterTheme type exposes the following members.

Properties
  NameDescription
Public propertyAsIPresentationComponent
Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
(Inherited from ITheme.)
Public propertyAsITheme
Allows to get base ITheme interface. Read-only ITheme.
Public propertyColorScheme
Returns the color scheme. Read-only IColorScheme.
(Inherited from ITheme.)
Public propertyExtraColorSchemes
Returns the collection of additional color schemes. These schemes don't affect presentation's look, they can be selected as main color scheme for a slide. Read-only IExtraColorSchemeCollection.
Public propertyFontScheme
Returns the font scheme. Read-only IFontScheme.
(Inherited from ITheme.)
Public propertyFormatScheme
Returns the shape format scheme. Read-only IFormatScheme.
(Inherited from ITheme.)
Public propertyName
Returns the name of a theme. Read/write String.
Public propertyPresentation
Returns the presentation. Read-only IPresentation.
(Inherited from IPresentationComponent.)
See Also