[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ImageEffectList

ImageEffectList Class

Represents a list of image effects.

Inheritance
ImageEffectList
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class ImageEffectList : FormattingBagList<ImageEffect>, IReadOnlyList<ImageEffect>, IReadOnlyCollection<ImageEffect>, IEnumerable<ImageEffect>, IEnumerable
Public Class ImageEffectList
    Inherits FormattingBagList(Of ImageEffect)
    Implements IReadOnlyList(Of ImageEffect), IReadOnlyCollection(Of ImageEffect), IEnumerable(Of ImageEffect), IEnumerable

Methods

Name Description
AddAlphaBiLevel(float)

Adds a new AlphaBiLevel effect into the list.

AddAlphaCeiling()

Adds a new AlphaCeiling effect into the list.

AddAlphaFloor()

Adds a new AlphaFloor effect into the list.

AddAlphaInverse(UserColor)

Adds a new AlphaInverse effect into the list.

AddAlphaModulation(float)

Adds a new AlphaModulation effect into the list.

AddAlphaReplace(float)

Adds a new AlphaReplace effect into the list.

AddBiLevel(float)

Adds a new BiLevel effect into the list.

AddBlur(float)

Adds a new Blur effect into the list.

AddColorChange(UserColor, UserColor)

Adds a new ColorChange effect into the list.

AddColorReplacement(UserColor)

Adds a new ColorReplacement effect into the list.

AddDuotone(UserColor, UserColor)

Adds a new Duotone effect into the list.

AddFillOverlay()

Adds a new FillOverlay effect into the list.

AddGrayscale()

Adds a new Grayscale effect into the list.

AddHsl(float, float, float)

Adds a new HslEffect effect into the list.

AddLuminance(float, float)

Adds a new Luminance effect into the list.

AddTint(float, float)

Adds a new Tint effect into the list.

InsertAlphaBiLevel(int, float)

Inserts a new AlphaBiLevel effect into the list.

InsertAlphaCeiling(int)

Inserts a new AlphaCeiling effect into the list.

InsertAlphaFloor(int)

Inserts a new AlphaFloor effect into the list.

InsertAlphaInverse(int, UserColor)

Inserts a new AlphaInverse effect into the list.

InsertAlphaModulation(int, float)

Inserts a new AlphaModulation effect into the list.

InsertAlphaReplace(int, float)

Inserts a new AlphaReplace effect into the list.

InsertBiLevel(int, float)

Inserts a new BiLevel effect into the list.

InsertBlur(int, float)

Inserts a new Blur effect into the list.

InsertColorChange(int, UserColor, UserColor)

Inserts a new ColorChange effect into the list.

InsertColorReplacement(int, UserColor)

Inserts a new ColorReplacement effect into the list.

InsertDuotone(int, UserColor, UserColor)

Inserts a new Duotone effect into the list.

InsertFillOverlay(int)

Inserts a new FillOverlay effect into the list.

InsertGrayscale(int)

Inserts a new Grayscale effect into the list.

InsertHsl(int, float, float, float)

Inserts a new HslEffect effect into the list.

InsertLuminance(int, float, float)

Inserts a new Luminance effect into the list.

InsertTint(int, float, float)

Inserts a new Tint effect into the list.