IMasterThemeManager Interface

Provides access to presentation master theme.

Namespace:  Aspose.Slides.Theme
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IMasterThemeManager : IThemeManager

The IMasterThemeManager type exposes the following members.

Properties
  NameDescription
Public propertyAsIThemeManager
Allows to get base IThemeManager interface. Read-only IThemeManager.
Public propertyIsOverrideThemeEnabled
Determines whether OverrideTheme overrides inherited effective theme (Presentation.MasterTheme) or not. Read/write Boolean.
Public propertyOverrideTheme
Returns the overriding theme object. Read/write IMasterTheme.
Methods
  NameDescription
Public methodApplyColorScheme
Applies extra color scheme to a slide.
(Inherited from IThemeManager.)
Public methodCreateThemeEffective
Returns the theme object.
(Inherited from IThemeManager.)
See Also