com.aspose.slides.pptx
Class ImageTransformOperationEx

java.lang.Object
  extended by com.aspose.slides.pptx.ImageTransformOperationEx
Direct Known Subclasses:
AlphaBiLevel, AlphaCeiling, AlphaFloor, AlphaInverse, AlphaModulate, AlphaModulateFixed, AlphaReplace, BiLevel, Blur, ColorChange, ColorReplace, Duotone, FillOverlay, GrayScale, HSL, Luminance, Tint

public abstract class ImageTransformOperationEx
extends java.lang.Object

Represents abstract image transformation effect.


Method Summary
 PresentationEx getPresentation()
          Returns the parent presentation for an ImageTransformOperationEx.
 BaseSlideEx getSlide()
          Returns the parent slide for an ImageTransformOperationEx.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSlide

public BaseSlideEx getSlide()
Returns the parent slide for an ImageTransformOperationEx.


getPresentation

public PresentationEx getPresentation()
Returns the parent presentation for an ImageTransformOperationEx.