IMasterTheme Interface

Represents a master theme.

Namespace:  Aspose.Slides.Theme
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IMasterTheme : ITheme, 
	IPresentationComponent

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.)
Methods
  NameDescription
Public methodGetEffective
Gets effective theme data with the inheritance applied.
(Inherited from ITheme.)
See Also