Show / Hide Table of Contents

Class ExcelThemeBase

The base class for a theme

Inheritance
Object
XmlHelper
ExcelThemeBase
ExcelTheme
ExcelThemeOverride
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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
In this article
Back to top Generated by DocFX