com.aspose.slides
Interface IImageTransformOperationCollection
- All Superinterfaces:
- com.aspose.ms.System.Collections.IEnumerable<IImageTransformOperation>, com.aspose.ms.System.Collections.Generic.IGenericCollection<IImageTransformOperation>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IImageTransformOperation>, IPresentationComponent, ISlideComponent, java.lang.Iterable<IImageTransformOperation>
- All Known Implementing Classes:
- ImageTransformOperationCollection
public interface IImageTransformOperationCollection
- extends com.aspose.ms.System.Collections.Generic.IGenericCollection<IImageTransformOperation>, ISlideComponent
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericCollection |
addItem, clear, containsItem, copyToTArray, isReadOnly, removeItem, size |
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
iterator |
get_Item
IImageTransformOperation get_Item(int index)
removeAt
void removeAt(int index)
addAlphaBiLevelEffect
IAlphaBiLevel addAlphaBiLevelEffect(float threshold)
addAlphaCeilingEffect
IAlphaCeiling addAlphaCeilingEffect()
addAlphaFloorEffect
IAlphaFloor addAlphaFloorEffect()
addAlphaInverseEffect
IAlphaInverse addAlphaInverseEffect()
addAlphaModulateEffect
IAlphaModulate addAlphaModulateEffect()
addAlphaModulateFixedEffect
IAlphaModulateFixed addAlphaModulateFixedEffect(float amount)
addAlphaReplaceEffect
IAlphaReplace addAlphaReplaceEffect(float alpha)
addBiLevelEffect
IBiLevel addBiLevelEffect(float threshold)
addBlurEffect
IBlur addBlurEffect(double radius,
boolean grow)
addColorChangeEffect
IColorChange addColorChangeEffect()
addColorReplaceEffect
IColorReplace addColorReplaceEffect()
addDuotoneEffect
IDuotone addDuotoneEffect()
addFillOverlayEffect
IFillOverlay addFillOverlayEffect()
addGrayScaleEffect
IGrayScale addGrayScaleEffect()
addHSLEffect
IHSL addHSLEffect(float hue,
float saturation,
float luminance)
addLuminanceEffect
ILuminance addLuminanceEffect(float brightness,
float contrast)
addTintEffect
ITint addTintEffect(float hue,
float amount)