com.aspose.slides.pptx.effects
Class ImageTransformOperationEx

java.lang.Object
  extended by com.aspose.slides.pptx.effects.ImageTransformOperationEx
All Implemented Interfaces:
IPresentationComponent, ISlideComponent
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
implements ISlideComponent

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.

Specified by:
getSlide in interface ISlideComponent

getPresentation

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

Specified by:
getPresentation in interface IPresentationComponent