com.aspose.slides
Interface IPictureEffectiveData

All Known Implementing Classes:
PictureEffectiveData

public interface IPictureEffectiveData

Immutable object which represents a picture in a presentation.


Method Summary
 IPPImage getImage()
           Returns or sets the embedded image.
 IImageTransformOCollectionEffectiveData getImageTransform()
           Returns the collection of image transform effects.
 java.lang.String getLinkPathLong()
           Returns of sets linked image's URL.
 

Method Detail

getImage

IPPImage getImage()

Returns or sets the embedded image. Read-only IPPImage.


getLinkPathLong

java.lang.String getLinkPathLong()

Returns of sets linked image's URL. Read-only String.


getImageTransform

IImageTransformOCollectionEffectiveData getImageTransform()

Returns the collection of image transform effects. Read-only IImageTransformOCollectionEffectiveData.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.