Class ExcelFormatScheme
The background fill styles, effect styles, fill styles, and line styles which define the style matrix for a theme
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 |