Package com.grapecity.documents.excel
Interface ITheme
- All Known Implementing Classes:
Theme
public interface ITheme
Contains the theme information.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the name of the theme.Represents a color scheme within the theme.Represents a font scheme within the theme.booleanGets whether the theme is a built-in theme.
-
Method Details
-
getName
String getName()Gets the name of the theme. -
isBuiltIn
boolean isBuiltIn()Gets whether the theme is a built-in theme. -
getThemeColorScheme
IThemeColorScheme getThemeColorScheme()Represents a color scheme within the theme. -
getThemeFontScheme
IThemeFontScheme getThemeFontScheme()Represents a font scheme within the theme.
-