类 Theme
java.lang.Object
com.grapecity.documents.excel.Theme
- 所有已实现的接口:
ITheme
-
构造器概要
-
方法概要
修饰符和类型方法说明final String
getName()
Gets the name of the theme.final IThemeColorScheme
Represents a color scheme within the theme.final IThemeFontScheme
Represents a font scheme within the theme.final boolean
Gets whether the theme is a built-in theme.
-
构造器详细资料
-
Theme
-
Theme
-
-
方法详细资料
-
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.- 指定者:
getThemeColorScheme
在接口中ITheme
-
getThemeFontScheme
Represents a font scheme within the theme.- 指定者:
getThemeFontScheme
在接口中ITheme
-