类 Theme

java.lang.Object
com.grapecity.documents.excel.Theme
所有已实现的接口:
ITheme

public class Theme extends Object implements ITheme
  • 构造器详细资料

    • Theme

      public Theme(String themeName)
    • Theme

      public Theme(String themeName, ITheme baseTheme)
  • 方法详细资料

    • getName

      public final String getName()
      Gets the name of the theme.
      指定者:
      getName 在接口中 ITheme
    • isBuiltIn

      public final boolean isBuiltIn()
      Gets whether the theme is a built-in theme.
      指定者:
      isBuiltIn 在接口中 ITheme
    • getThemeColorScheme

      public final IThemeColorScheme getThemeColorScheme()
      Represents a color scheme within the theme.
      指定者:
      getThemeColorScheme 在接口中 ITheme
    • getThemeFontScheme

      public final IThemeFontScheme getThemeFontScheme()
      Represents a font scheme within the theme.
      指定者:
      getThemeFontScheme 在接口中 ITheme