ImageTransformOperation

ImageTransformOperation

Overview

ImageTransformOperation is a class in Aspose.Slides FOSS for Java. Inherits from: PVIObject, IImageTransformOperation.

Represents an image-transform operation applied to an image effect.

This class provides 7 methods for working with ImageTransformOperation objects in Java programs. Available methods include: ImageTransformOperation, PVIObject, asIImageTransformOperation, asIPresentationComponent, getPresentation, getSlide. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: presentation, slide.

Properties

NameTypeAccessDescription
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

Methods

SignatureDescription
ImageTransformOperation()Creates an {@code ImageTransformOperation} with no parent slide.
ImageTransformOperation(parentSlide: IBaseSlide)Creates an {@code ImageTransformOperation} associated with the given slide.
asIImageTransformOperation()IImageTransformOperationReturns this instance as an IImageTransformOperation
PVIObject()Creates a PVIObject with no parent slide.
getSlide()IBaseSlideReturns the slide.
getPresentation()IPresentationReturns the presentation.
asIPresentationComponent()IPresentationComponentReturns this object as an {@link IPresentationComponent}.

See Also