ImageTransformOperationCollection Represents a collection of effects apllied to an image.
addAlphaBiLevelEffect Name Description addAlphaBiLevelEffect (float) Adds the new Alpha Bi-Level effect to the end of a collection.
Parameters:
Name Type Description threshold float The threshold value for the alpha bi-level effect.
Returns:
AlphaBiLevel
addAlphaCeilingEffect Name Description addAlphaCeilingEffect () Adds the new Alpha Ceiling effect to the end of a collection.
Returns:
AlphaCeiling
addAlphaFloorEffect Name Description addAlphaFloorEffect () Adds the new Alpha Floor effect to the end of a collection.
Returns:
AlphaFloor
addAlphaInverseEffect Name Description addAlphaInverseEffect () Adds the new Alpha Inverse effect to the end of a collection.
Returns:
AlphaInverse
addAlphaModulateEffect Name Description addAlphaModulateEffect () Adds the new Alpha Modulate effect to the end of a collection.
Returns:
AlphaModulate
addAlphaModulateFixedEffect Name Description addAlphaModulateFixedEffect (float) Adds the new Alpha Modulate Fixed effect to the end of a collection.
Parameters:
Name Type Description amount float The percentage amount to scale the alpha.
Returns:
AlphaModulateFixed
addAlphaReplaceEffect Name Description addAlphaReplaceEffect (float) Adds the new Alpha Replace effect to the end of a collection.
Parameters:
Name Type Description alpha float The new opacity value.
Returns:
AlphaReplace
addBiLevelEffect Name Description addBiLevelEffect (float) Adds the new Bi-Level (black/white) effect to the end of a collection.
Parameters:
Name Type Description threshold float the luminance threshold for the Bi-Level effect. Values greater than or equal to the threshold are set to white. Values lesser than the threshold are set to black.
Returns:
BiLevel
addBlurEffect Name Description addBlurEffect (double, boolean) Adds the new Blur effect to the end of a collection.
Parameters:
Name Type Description radius double The radius of blur. grow boolean Specifies whether the bounds of the object should be grown as a result of the blurring. True indicates the bounds are grown while false indicates that they are not.
Returns:
Blur
addColorChangeEffect Name Description addColorChangeEffect () Adds the new Color Change effect to the end of a collection.
Returns:
ColorChange
addColorReplaceEffect Name Description addColorReplaceEffect () Adds the new Color Replacement effect to the end of a collection.
Returns:
ColorReplace
addDuotoneEffect Name Description addDuotoneEffect () Adds the new Duotone effect to the end of a collection.
Returns:
Duotone
addFillOverlayEffect Name Description addFillOverlayEffect () Adds the new Fill Overlay effect to the end of a collection.
Returns:
FillOverlay
addGrayScaleEffect Name Description addGrayScaleEffect () Adds the new Gray Scale effect to the end of a collection.
Returns:
GrayScale
addHSLEffect Name Description addHSLEffect (float, float, float) Adds the new Hue/Saturation/Luminance effect to the end of a collection.
Parameters:
Name Type Description hue float The number of degrees by which the hue is adjusted. saturation float The percentage by which the saturation is adjusted. luminance float The percentage by which the luminance is adjusted.
Returns:
HSL
addItem Name Description addItem (GrayScale ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation GrayScale The image effect to add to the end of a collection.
addItem Name Description addItem (Reflection ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation Reflection The image effect to add to the end of a collection.
addItem Name Description addItem (SoftEdge ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation SoftEdge The image effect to add to the end of a collection.
addItem Name Description addItem (HSL ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation HSL The image effect to add to the end of a collection.
addItem Name Description addItem (AlphaBiLevel ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation AlphaBiLevel The image effect to add to the end of a collection.
addItem Name Description addItem (ColorChange ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation ColorChange The image effect to add to the end of a collection.
addItem Name Description addItem (FillOverlay ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation FillOverlay The image effect to add to the end of a collection.
addItem Name Description addItem (Luminance ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation Luminance The image effect to add to the end of a collection.
addItem Name Description addItem (InnerShadow ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation InnerShadow The image effect to add to the end of a collection.
addItem Name Description addItem (AlphaFloor ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation AlphaFloor The image effect to add to the end of a collection.
addItem Name Description addItem (Duotone ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation Duotone The image effect to add to the end of a collection.
addItem Name Description addItem (Tint ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation Tint The image effect to add to the end of a collection.
addItem Parameters:
addItem Name Description addItem (AlphaModulate ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation AlphaModulate The image effect to add to the end of a collection.
addItem Name Description addItem (AlphaInverse ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation AlphaInverse The image effect to add to the end of a collection.
addItem Name Description addItem (AlphaModulateFixed ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation AlphaModulateFixed The image effect to add to the end of a collection.
addItem Name Description addItem (AlphaCeiling ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation AlphaCeiling The image effect to add to the end of a collection.
addItem Name Description addItem (BiLevel ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation BiLevel The image effect to add to the end of a collection.
addItem Name Description addItem (Glow ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation Glow The image effect to add to the end of a collection.
addItem Name Description addItem (Blur ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation Blur The image effect to add to the end of a collection.
addItem Name Description addItem (AlphaReplace ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation AlphaReplace The image effect to add to the end of a collection.
addItem Name Description addItem (OuterShadow ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation OuterShadow The image effect to add to the end of a collection.
addItem Name Description addItem (PresetShadow ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation PresetShadow The image effect to add to the end of a collection.
addItem Name Description addItem (ColorReplace ) Adds the new image effect to the end of a collection.
Parameters:
Name Type Description operation ColorReplace The image effect to add to the end of a collection.
addLuminanceEffect Name Description addLuminanceEffect (float, float) Adds the new Luminance effect to the end of a collection.
Parameters:
Name Type Description brightness float The percent to change the brightness. contrast float The percent to change the contrast.
Returns:
Luminance
addTintEffect Name Description addTintEffect (float, float) Adds the new Tint effect to the end of a collection.
Parameters:
Name Type Description hue float The hue towards which to tint. amount float Specifies by how much the color value is shifted.
Returns:
Tint
clear Name Description clear () Removes all image effects from a collection.
containsItem Name Description containsItem (GrayScale ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Name Type Description item GrayScale The object to locate in the IGenericCollection.
Returns:
boolean
containsItem Name Description containsItem (Reflection ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Name Type Description item Reflection The object to locate in the IGenericCollection.
Returns:
boolean
containsItem Name Description containsItem (SoftEdge ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Name Type Description item SoftEdge The object to locate in the IGenericCollection.
Returns:
boolean
containsItem Name Description containsItem (HSL ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Name Type Description item HSL The object to locate in the IGenericCollection.
Returns:
boolean
containsItem Name Description containsItem (AlphaBiLevel ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Name Type Description item AlphaBiLevel The object to locate in the IGenericCollection.
Returns:
boolean
containsItem Name Description containsItem (ColorChange ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Name Type Description item ColorChange The object to locate in the IGenericCollection.
Returns:
boolean
containsItem Name Description containsItem (FillOverlay ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Name Type Description item FillOverlay The object to locate in the IGenericCollection.
Returns:
boolean
containsItem Name Description containsItem (Luminance ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Name Type Description item Luminance The object to locate in the IGenericCollection.
Returns:
boolean
containsItem Name Description containsItem (InnerShadow ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Name Type Description item InnerShadow The object to locate in the IGenericCollection.
Returns:
boolean
containsItem Name Description containsItem (AlphaFloor ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Name Type Description item AlphaFloor The object to locate in the IGenericCollection.
Returns:
boolean
containsItem Name Description containsItem (Duotone ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Name Type Description item Duotone The object to locate in the IGenericCollection.
Returns:
boolean
containsItem Name Description containsItem (Tint ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Name Type Description item Tint The object to locate in the IGenericCollection.
Returns:
boolean
containsItem Name Description containsItem (ImageTransformOperation ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Returns:
boolean
containsItem Name Description containsItem (AlphaModulate ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Name Type Description item AlphaModulate The object to locate in the IGenericCollection.
Returns:
boolean
containsItem Name Description containsItem (AlphaInverse ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Name Type Description item AlphaInverse The object to locate in the IGenericCollection.
Returns:
boolean
containsItem Name Description containsItem (AlphaModulateFixed ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Returns:
boolean
containsItem Name Description containsItem (AlphaCeiling ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Name Type Description item AlphaCeiling The object to locate in the IGenericCollection.
Returns:
boolean
containsItem Name Description containsItem (BiLevel ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Name Type Description item BiLevel The object to locate in the IGenericCollection.
Returns:
boolean
containsItem Name Description containsItem (Glow ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Name Type Description item Glow The object to locate in the IGenericCollection.
Returns:
boolean
containsItem Name Description containsItem (Blur ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Name Type Description item Blur The object to locate in the IGenericCollection.
Returns:
boolean
containsItem Name Description containsItem (AlphaReplace ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Name Type Description item AlphaReplace The object to locate in the IGenericCollection.
Returns:
boolean
containsItem Name Description containsItem (OuterShadow ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Name Type Description item OuterShadow The object to locate in the IGenericCollection.
Returns:
boolean
containsItem Name Description containsItem (PresetShadow ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Name Type Description item PresetShadow The object to locate in the IGenericCollection.
Returns:
boolean
containsItem Name Description containsItem (ColorReplace ) Determines whether the IGenericCollection contains a specific value.
Parameters:
Name Type Description item ColorReplace The object to locate in the IGenericCollection.
Returns:
boolean
copyToTArray Name Description copyToTArray (com.aspose.slides.IImageTransformOperation[], int) Copies the elements of the IGenericCollection to an Array, starting at a particular Array index.
Parameters:
Name Type Description array com.aspose.slides.IImageTransformOperation[] The one-dimensional Array that is the destination of the elements copied from IGenericCollection. The Array must have zero-based indexing. arrayIndex int The zero-based index in array at which copying begins.
Error
Error Condition ArgumentException The number of elements in the source IGenericCollection is greater than the available space from arrayIndex to the end of the destination array.
getVersion Name Description getVersion ()
Returns:
long
get_Item Name Description get_Item (int) Returns an ImageTransformOperation from the collection by it’s index.
Parameters:
Name Type Description index int Index of element.
Returns:
GrayScale , Reflection , SoftEdge , HSL , AlphaBiLevel , ColorChange , FillOverlay , Luminance , InnerShadow , AlphaFloor , Duotone , Tint , ImageTransformOperation , AlphaModulate , AlphaInverse , AlphaModulateFixed , AlphaCeiling , BiLevel , Glow , Blur , AlphaReplace , OuterShadow , PresetShadow , ColorReplace
isReadOnly Name Description isReadOnly () Gets a value indicating whether the IGenericCollection is read-only. Read-only boolean.
Returns:
boolean
iterator Name Description iterator () Returns an enumerator that iterates through the collection.
Returns:
iteratorJava Name Description iteratorJava () Returns a java iterator for the entire collection.
Returns:
removeAt Name Description removeAt (int) Removes an image effect from a collection at the specified index.
Parameters:
Name Type Description index int Index of an image effect that should be deleted.
removeItem Name Description removeItem (GrayScale ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item GrayScale The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (Reflection ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item Reflection The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (SoftEdge ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item SoftEdge The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (HSL ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item HSL The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (AlphaBiLevel ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item AlphaBiLevel The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (ColorChange ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item ColorChange The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (FillOverlay ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item FillOverlay The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (Luminance ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item Luminance The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (InnerShadow ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item InnerShadow The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (AlphaFloor ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item AlphaFloor The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (Duotone ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item Duotone The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (Tint ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item Tint The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (ImageTransformOperation ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (AlphaModulate ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item AlphaModulate The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (AlphaInverse ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item AlphaInverse The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (AlphaModulateFixed ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item AlphaModulateFixed The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (AlphaCeiling ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item AlphaCeiling The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (BiLevel ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item BiLevel The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (Glow ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item Glow The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (Blur ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item Blur The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (AlphaReplace ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item AlphaReplace The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (OuterShadow ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item OuterShadow The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (PresetShadow ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item PresetShadow The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
removeItem Name Description removeItem (ColorReplace ) Removes the first occurrence of a specific object from the IGenericCollection.
Parameters:
Name Type Description item ColorReplace The object to remove from the IGenericCollection.
Returns:
boolean
Error
Error Condition NotSupportedException The IGenericCollection is read-only.
size Name Description size () Returns the number of image effects in a collection. Read-only int.
Returns:
int