com.aspose.slides
Class Picture

java.lang.Object
  extended by com.aspose.slides.Picture
All Implemented Interfaces:
IPresentationComponent, ISlideComponent, ISlidesPicture

public class Picture
extends java.lang.Object
implements ISlidesPicture

Represents a picture in a presentation.


Method Summary
 IPPImage getImage()
           Returns or sets the embedded image.
 IImageTransformOperationCollection getImageTransform()
           Returns the collection of image transform effects.
 java.lang.String getLinkPathLong()
           Returns of sets linked image's URL.
 IPresentation getPresentation()
           Returns the parent presentation of a picture.
 IBaseSlide getSlide()
           Returns the parent slide of a picture.
 void setImage(IPPImage value)
           
 void setLinkPathLong(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImage

public IPPImage getImage()

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

Specified by:
getImage in interface ISlidesPicture

setImage

public void setImage(IPPImage value)
Specified by:
setImage in interface ISlidesPicture

getLinkPathLong

public java.lang.String getLinkPathLong()

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

Specified by:
getLinkPathLong in interface ISlidesPicture

setLinkPathLong

public void setLinkPathLong(java.lang.String value)
Specified by:
setLinkPathLong in interface ISlidesPicture

getImageTransform

public IImageTransformOperationCollection getImageTransform()

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

Specified by:
getImageTransform in interface ISlidesPicture

getSlide

public IBaseSlide getSlide()

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

Specified by:
getSlide in interface ISlideComponent

getPresentation

public IPresentation getPresentation()

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

Specified by:
getPresentation in interface IPresentationComponent