Namespace EasyXLS.Themes

Class ExcelTheme

System.Object
EasyXLS.Themes.ExcelTheme

public class ExcelTheme extends System.Object
This class stores the theme information like theme colors, theme fonts and theme effects. A theme can be assigned to the document.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Defines a theme that is initialized with the default Office theme schemes: colors, fonts and effects.
    ExcelTheme​(System.String builtInTheme)
    Defines a theme that is one of the built-in themes.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the color scheme of the theme.
    Returns the effect scheme of the theme.
    Returns the font scheme of the theme.
    System.String
    Returns the name of the theme.
    void
    InitAs​(System.String builtInTheme)
    Initializes the theme that is one of the built-in themes.
    void
    Sets the color scheme of the theme.
    void
    Sets the effect scheme of the theme.
    void
    Sets the font scheme of the theme.
    void
    setName​(System.String name)
    Sets the name of the theme.

    Methods inherited from class System.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait