DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageEffectList Class
Properties Methods

ImageEffectList Class Members

The following tables list the members exposed by ImageEffectList.

Public Properties
 NameDescription
Public Property Gets count of items in the list. (Inherited from GrapeCity.Documents.Word.FormattingBagList<ImageEffect>)
Public Property Gets the item by its index in the list. (Inherited from GrapeCity.Documents.Word.FormattingBagList<ImageEffect>)
Top
Public Methods
 NameDescription
Public MethodAdds a new AlphaBiLevel effect into the list.  
Public MethodAdds a new AlphaCeiling effect into the list.  
Public MethodAdds a new AlphaFloor effect into the list.  
Public MethodAdds a new AlphaInverse effect into the list.  
Public MethodAdds a new AlphaModulation effect into the list.  
Public MethodAdds a new AlphaReplace effect into the list.  
Public MethodAdds a new BiLevel effect into the list.  
Public MethodAdds a new Blur effect into the list.  
Public MethodAdds a new ColorChange effect into the list.  
Public MethodAdds a new ColorReplacement effect into the list.  
Public MethodAdds a new Duotone effect into the list.  
Public MethodAdds a new FillOverlay effect into the list.  
Public MethodAdds a new Grayscale effect into the list.  
Public MethodAdds a new HslEffect effect into the list.  
Public MethodAdds a new Luminance effect into the list.  
Public MethodAdds a new Tint effect into the list.  
Public Method Removes all items from the list. (Inherited from GrapeCity.Documents.Word.FormattingBagList<ImageEffect>)
Public Method Clears direct formatting in the object. (Inherited from GrapeCity.Documents.Word.FormattingBag)
Public MethodDetermines whether the specified object is equal to the current object. (Inherited from GrapeCity.Documents.Word.FormattingBagList<ImageEffect>)
Public MethodServes as the default hash function. (Inherited from GrapeCity.Documents.Word.FormattingBagList<ImageEffect>)
Public MethodInserts a new AlphaBiLevel effect into the list.  
Public MethodInserts a new AlphaCeiling effect into the list.  
Public MethodInserts a new AlphaFloor effect into the list.  
Public MethodInserts a new AlphaInverse effect into the list.  
Public MethodInserts a new AlphaModulation effect into the list.  
Public MethodInserts a new AlphaReplace effect into the list.  
Public MethodInserts a new BiLevel effect into the list.  
Public MethodInserts a new Blur effect into the list.  
Public MethodInserts a new ColorChange effect into the list.  
Public MethodInserts a new ColorReplacement effect into the list.  
Public MethodInserts a new Duotone effect into the list.  
Public MethodInserts a new FillOverlay effect into the list.  
Public MethodInserts a new Grayscale effect into the list.  
Public MethodInserts a new HslEffect effect into the list.  
Public MethodInserts a new Luminance effect into the list.  
Public MethodInserts a new Tint effect into the list.  
Public Method Removes an item from the list. (Inherited from GrapeCity.Documents.Word.FormattingBagList<ImageEffect>)
Public Method Removes items from the list based on predicate. (Inherited from GrapeCity.Documents.Word.FormattingBagList<ImageEffect>)
Top
See Also