Class ExcelDrawingColorManager
Handles colors for drawings
Inheritance
ExcelDrawingColorManager
Inherited Members
Namespace: OfficeOpenXml.Drawing.Style.Coloring
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingColorManager : ExcelDrawingThemeColorManager
Properties
SchemeColor
If type is set to SchemeColor, then this property contains the scheme color
Declaration
public ExcelDrawingSchemeColor SchemeColor { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingSchemeColor |
Methods
ResetColors(string)
Reset the colors on the object
Declaration
protected void ResetColors(string newNodeName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | newNodeName | The new color new name |
SetSchemeColor(eSchemeColor)
Set the color to a scheme color
Declaration
public void SetSchemeColor(eSchemeColor schemeColor)
Parameters
| Type | Name | Description |
|---|---|---|
| eSchemeColor | schemeColor | The scheme color |