Table of Contents

Class ExcelFormatScheme

Namespace
OfficeOpenXml.Drawing.Theme
Assembly
EPPlus.dll

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

public class ExcelFormatScheme : XmlHelper
Inheritance
ExcelFormatScheme
Inherited Members

Properties

BackgroundFillStyle

Define background fill styles for the theme

public ExcelThemeFillStyles BackgroundFillStyle { get; }

Property Value

ExcelThemeFillStyles

BorderStyle

Defines the line styles for the theme

public ExcelThemeLineStyles BorderStyle { get; }

Property Value

ExcelThemeLineStyles

EffectStyle

Defines the effect styles for the theme

public ExcelThemeEffectStyles EffectStyle { get; }

Property Value

ExcelThemeEffectStyles

FillStyle

Defines the fill styles for the theme

public ExcelThemeFillStyles FillStyle { get; }

Property Value

ExcelThemeFillStyles

Name

The name of the format scheme

public string Name { get; set; }

Property Value

string