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