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.
|
getPresentationIColorScheme 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.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.