MasterTheme

MasterTheme class

Represents a master theme.

The MasterTheme type exposes the following members:

Properties

NameDescription
color_schemeReturns the color scheme.
Read-only IColorScheme.
font_schemeReturns the font scheme.
Read-only IFontScheme.
format_schemeReturns the shape format scheme.
Read-only IFormatScheme.
presentationReturns the parent presentation.
Read-only IPresentation.
extra_color_schemesReturns 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.
nameReturns the name of a theme.
Read/write string.
as_i_presentation_componentAllows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
as_i_themeAllows to get base ITheme interface.
Read-only ITheme.

Methods

NameDescription
get_effective()Gets effective theme data with the inheritance applied.

See Also