com.aspose.slides.pptx
Class PictureEx

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

public class PictureEx
extends java.lang.Object

Represents a picture in a presentation.


Method Summary
 ImageEx getImage()
          Returns the image.
 ImageTransformEx getImageTransform()
          Returns a 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 a linked image's URL.
 void setImage(ImageEx value)
          Sets the image.
 void setUrl(java.lang.String value)
          Sets a linked image's URL.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImage

public ImageEx getImage()
Returns the image.

Returns:
See ImageEx.

setImage

public void setImage(ImageEx value)
Sets the image.

Parameters:
value - See ImageEx.

getUrl

public java.lang.String getUrl()
Returns a linked image's URL.


setUrl

public void setUrl(java.lang.String value)
Sets a linked image's URL.


getImageTransform

public ImageTransformEx getImageTransform()
Returns a collection of image transform effects.

Returns:
See ImageTransformEx.

getSlide

public BaseSlideEx getSlide()
Returns the parent slide of a picture.


getPresentation

public PresentationEx getPresentation()
Returns the parent presentation of a picture.