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