[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITheme

Interface ITheme

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Contains the theme information.

public interface ITheme

Properties

IsBuiltIn

Gets whether the theme is a built-in theme.

bool IsBuiltIn { get; }

Property Value

bool

Name

Gets the name of the theme.

string Name { get; }

Property Value

string

ThemeColorScheme

Represents a color scheme within the theme.

IThemeColorScheme ThemeColorScheme { get; }

Property Value

IThemeColorScheme

The color scheme.

ThemeFontScheme

Represents a font scheme within the theme.

IThemeFontScheme ThemeFontScheme { get; }

Property Value

IThemeFontScheme

The font scheme.