Table of Contents

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

ExcelColorScheme

FontScheme

Defines the font scheme

public ExcelFontScheme FontScheme { get; }

Property Value

ExcelFontScheme

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

ExcelFormatScheme

ThemeXml

The Theme Xml

public XmlDocument ThemeXml { get; }

Property Value

XmlDocument