Package com.grapecity.documents.excel
Class Theme
java.lang.Object
com.grapecity.documents.excel.Theme
- All Implemented Interfaces:
ITheme
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringgetName()Gets the name of the theme.final IThemeColorSchemeRepresents a color scheme within the theme.final IThemeFontSchemeRepresents a font scheme within the theme.final booleanGets whether the theme is a built-in theme.
-
Constructor Details
-
Theme
Initializes a new instance of the Theme class with the specified theme name.- Parameters:
themeName- The name of the theme.
-
Theme
Initializes a new instance of the Theme class with the specified theme name and base theme.- Parameters:
themeName- The name of the theme.baseTheme- The base theme to initialize from.
-
-
Method Details
-
getName
Gets the name of the theme. -
isBuiltIn
public final boolean isBuiltIn()Gets whether the theme is a built-in theme. -
getThemeColorScheme
Represents a color scheme within the theme.- Specified by:
getThemeColorSchemein interfaceITheme
-
getThemeFontScheme
Represents a font scheme within the theme.- Specified by:
getThemeFontSchemein interfaceITheme
-