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
System.Object
XmlHelper
ExcelFormatScheme
Inherited Members
XmlHelper.AddSchemaNodeOrder(String[], String[])
XmlHelper.AddSchemaNodeOrder(String[], String[], Int32[])
XmlHelper.GetBoolFromString(String)
XmlHelper.CreatespPrNode(String, Boolean)
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 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
System.String
Back to top Generated by DocFX