com.aspose.slides
Class PictureDataEx

java.lang.Object
  extended by com.aspose.slides.PictureDataEx

public class PictureDataEx
extends java.lang.Object

immutable object which represents a picture in a presentation.


Method Summary
 EffectDataExCollection getImageTransform()
           Returns the collection of image transform effects.
 ImageEx getSourceImage()
           Returns or sets the embedded image.
 java.lang.String getUrl()
           Returns of sets linked image's URL.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSourceImage

public ImageEx getSourceImage()

Returns or sets the embedded image. Read/write ImageEx.


getUrl

public java.lang.String getUrl()

Returns of sets linked image's URL. Read/write string.


getImageTransform

public EffectDataExCollection getImageTransform()

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