Show / Hide Table of Contents

Class ExcelDrawingBlipEffects

Effects added to a blip fill

Inheritance
Object
XmlHelper
ExcelDrawingBlipEffects
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Drawing.Style.Fill
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingBlipEffects : XmlHelper

Properties

ColorChange

A duo tone color effect.

Declaration
public ExcelDrawingColorChangeEffect ColorChange { get; }
Property Value
Type Description
ExcelDrawingColorChangeEffect

ColorReplace

Adds color replacement effect.

Declaration
public ExcelDrawingColorReplaceEffect ColorReplace { get; }
Property Value
Type Description
ExcelDrawingColorReplaceEffect

Duotone

A duo tone color effect.

Declaration
public ExcelDrawingDuotoneEffect Duotone { get; }
Property Value
Type Description
ExcelDrawingDuotoneEffect

Methods

AddColorChange()

Adds a color change effect

Declaration
public void AddColorChange()

AddColorReplace()

Adds a color change effect

Declaration
public void AddColorReplace()

AddDuotone()

Adds a duotone effect

Declaration
public void AddDuotone()

RemoveColorChange()

Removes a duotone effect.

Declaration
public void RemoveColorChange()

RemoveColorReplace()

Removes a duotone effect.

Declaration
public void RemoveColorReplace()

RemoveDuotone()

Removes a duotone effect.

Declaration
public void RemoveDuotone()
In this article
Back to top Generated by DocFX