Class ExcelThemeBase
The base class for a theme
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Drawing.Theme
Assembly: EPPlus.dll
Syntax
public class ExcelThemeBase : XmlHelper, IPictureRelationDocument
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 |
---|---|
System.Xml.XmlDocument |