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
| Name | Type | Access | Description |
|---|---|---|---|
slide | IBaseSlide | Read | Gets the slide. |
presentation | IPresentation | Read | Gets the presentation. |
Methods
| Signature | Description |
|---|---|
ImageTransformOperation() | Creates an {@code ImageTransformOperation} with no parent slide. |
ImageTransformOperation(parentSlide: IBaseSlide) | Creates an {@code ImageTransformOperation} associated with the given slide. |
asIImageTransformOperation() → IImageTransformOperation | Returns this instance as an IImageTransformOperation |
PVIObject() | Creates a PVIObject with no parent slide. |
getSlide() → IBaseSlide | Returns the slide. |
getPresentation() → IPresentation | Returns the presentation. |
asIPresentationComponent() → IPresentationComponent | Returns this object as an {@link IPresentationComponent}. |