Show / Hide Table of Contents

Class ExcelTheme

Defines a Theme within the package

Inheritance
System.Object
XmlHelper
ExcelThemeBase
ExcelTheme
Inherited Members
ExcelThemeBase.ThemeXml
ExcelThemeBase.ColorScheme
ExcelThemeBase.FontScheme
ExcelThemeBase.FormatScheme
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 ExcelTheme : ExcelThemeBase, IPictureRelationDocument

Properties

Name

The name of the theme

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX