public interface ITheme extends IPresentationComponent
Represents a theme.
Modifier and Type | Method and Description |
---|---|
IColorScheme |
getColorScheme()
Returns the color scheme.
|
IThemeEffectiveData |
getEffective()
Gets effective theme data with the inheritance applied.
|
IFontScheme |
getFontScheme()
Returns the font scheme.
|
IFormatScheme |
getFormatScheme()
Returns the shape format scheme.
|
getPresentation
IColorScheme getColorScheme()
Returns the color scheme.
Read-only IColorScheme
.
IFontScheme getFontScheme()
Returns the font scheme.
Read-only IFontScheme
.
IFormatScheme getFormatScheme()
Returns the shape format scheme.
Read-only IFormatScheme
.
IThemeEffectiveData getEffective()
Gets effective theme data with the inheritance applied.
IThemeEffectiveData
.