com.aspose.slides
Interface ISlidesPicture

All Superinterfaces:
IPresentationComponent, ISlideComponent
All Known Implementing Classes:
Picture

public interface ISlidesPicture
extends ISlideComponent

Represents a picture in a presentation.


Method Summary
 IPPImage getImage()
           
 IImageTransformOperationCollection getImageTransform()
           
 java.lang.String getLinkPathLong()
           
 void setImage(IPPImage value)
           
 void setLinkPathLong(java.lang.String value)
           
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getImage

IPPImage getImage()

setImage

void setImage(IPPImage value)

getLinkPathLong

java.lang.String getLinkPathLong()

setLinkPathLong

void setLinkPathLong(java.lang.String value)

getImageTransform

IImageTransformOperationCollection getImageTransform()