ImageTransformOperation
Opinie generală
ImageTransformOperation este o clasă în Aspose.Slides FOSS pentru Java. Moștenitorii de la: PVIObject, IImageTransformOperation.
Reprezintă o operațiune de transformare a imaginii aplicată unui efect al imaginei.
Metode de evaluare
| Name | Type | Access | Description |
|---|---|---|---|
slide | IBaseSlide | Read | Gets the slide. |
presentation | IPresentation | Read | Gets the presentation. |
| 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}. |