Class ExcelThemeBase
The base class for a theme
Inherited Members
Namespace: OfficeOpenXml.Drawing.Theme
Assembly: EPPlus.dll
Syntax
public class ExcelThemeBase : XmlHelper
Properties
ColorScheme
Defines the color scheme
Declaration
public ExcelColorScheme ColorScheme { get; }
Property Value
| Type | Description |
|---|---|
| ExcelColorScheme |
FontScheme
Defines the font scheme
Declaration
public ExcelFontScheme FontScheme { get; }
Property Value
| Type | Description |
|---|---|
| ExcelFontScheme |
FormatScheme
The background fill styles, effect styles, fill styles, and line styles which define the style matrix for a theme
Declaration
public ExcelFormatScheme FormatScheme { get; }
Property Value
| Type | Description |
|---|---|
| ExcelFormatScheme |
ThemeXml
The Theme Xml
Declaration
public XmlDocument ThemeXml { get; }
Property Value
| Type | Description |
|---|---|
| XmlDocument |