Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Theme Class / Theme Constructor / Theme Constructor(String,ITheme)
The name of the theme.
The base theme to initialize from.
In This Topic
    Theme Constructor(String,ITheme)
    In This Topic
    Initializes a new instance of the Theme class with the specified theme name and base theme.
    Syntax
    public Theme( 
       java.lang.String themeName,
       ITheme baseTheme
    )

    Parameters

    themeName
    The name of the theme.
    baseTheme
    The base theme to initialize from.
    See Also