ITheme

All Implemented Interfaces: com.aspose.slides.IPresentationComponent

public interface ITheme extends IPresentationComponent

Represents a theme.

Methods

MethodDescription
getColorScheme()Returns the color scheme.
getFontScheme()Returns the font scheme.
getFormatScheme()Returns the shape format scheme.
getEffective()Gets effective theme data with the inheritance applied.

getColorScheme()

public abstract IColorScheme getColorScheme()

Returns the color scheme. Read-only IColorScheme.

Returns: IColorScheme

getFontScheme()

public abstract IFontScheme getFontScheme()

Returns the font scheme. Read-only IFontScheme.

Returns: IFontScheme

getFormatScheme()

public abstract IFormatScheme getFormatScheme()

Returns the shape format scheme. Read-only IFormatScheme.

Returns: IFormatScheme

getEffective()

public abstract IThemeEffectiveData getEffective()

Gets effective theme data with the inheritance applied.

Returns: IThemeEffectiveData - A IThemeEffectiveData.