IThemeManager
public interface IThemeManager
Represent theme properties.
Methods
| Method | Description |
|---|---|
| createThemeEffective() | Returns the theme object. |
| applyColorScheme(IExtraColorScheme scheme) | Applies extra color scheme to a slide. |
createThemeEffective()
public abstract IThemeEffectiveData createThemeEffective()
Returns the theme object.
Returns: IThemeEffectiveData - Theme object IThemeEffectiveData
applyColorScheme(IExtraColorScheme scheme)
public abstract void applyColorScheme(IExtraColorScheme scheme)
Applies extra color scheme to a slide.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| scheme | IExtraColorScheme | Extra color scheme IExtraColorScheme |