public interface IThemeManager
Modifier and Type | Method and Description |
---|---|
void |
applyColorScheme(IExtraColorScheme scheme)
Applies extra color scheme to a slide.
|
IThemeEffectiveData |
createThemeEffective()
Returns the theme object.
|
IThemeEffectiveData createThemeEffective()
Returns the theme object.
void applyColorScheme(IExtraColorScheme scheme)
Applies extra color scheme to a slide.
scheme
- The IExtraColorScheme
object.