IThemeManager

public interface IThemeManager

Represent theme properties.

Methods

MethodDescription
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:

ParameterTypeDescription
schemeIExtraColorSchemeExtra color scheme IExtraColorScheme