com.aspose.slides
Class PictureEx

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

public class PictureEx
extends java.lang.Object

Represents a picture in a presentation.


Method Summary
 ImageEx getImage()
           Returns or sets the embedded image.
 ImageTransformOperationExCollection getImageTransform()
           Returns the collection of image transform effects.
 PresentationEx getPresentation()
           Returns the parent presentation of a picture.
 BaseSlideEx getSlide()
           Returns the parent slide of a picture.
 java.lang.String getUrl()
           Returns of sets linked image's URL.
 void setImage(ImageEx value)
           
 void setUrl(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImage

public ImageEx getImage()

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


setImage

public void setImage(ImageEx value)

getUrl

public java.lang.String getUrl()

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


setUrl

public void setUrl(java.lang.String value)

getImageTransform

public ImageTransformOperationExCollection getImageTransform()

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


getSlide

public BaseSlideEx getSlide()

Returns the parent slide of a picture. Read-only BaseSlideEx.


getPresentation

public PresentationEx getPresentation()

Returns the parent presentation of a picture. Read-only PresentationEx.