Show / Hide Table of Contents

Class ExcelFormatScheme

The background fill styles, effect styles, fill styles, and line styles which define the style matrix for a theme

Inheritance
object
XmlHelper
ExcelFormatScheme
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 ExcelFormatScheme : XmlHelper

Properties

BackgroundFillStyle

Define background fill styles for the theme

Declaration
public ExcelThemeFillStyles BackgroundFillStyle { get; }
Property Value
Type Description
ExcelThemeFillStyles

BorderStyle

Defines the line styles for the theme

Declaration
public ExcelThemeLineStyles BorderStyle { get; }
Property Value
Type Description
ExcelThemeLineStyles

EffectStyle

Defines the effect styles for the theme

Declaration
public ExcelThemeEffectStyles EffectStyle { get; }
Property Value
Type Description
ExcelThemeEffectStyles

FillStyle

Defines the fill styles for the theme

Declaration
public ExcelThemeFillStyles FillStyle { get; }
Property Value
Type Description
ExcelThemeFillStyles

Name

The name of the format scheme

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX