com.aspose.slides
Interface ISlidesPicture

All Superinterfaces:
IPresentationComponent
All Known Implementing Classes:
Picture

public interface ISlidesPicture
extends IPresentationComponent

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.
 void setImage(IPPImage value)
           Returns or sets the embedded image.
 void setLinkPathLong(java.lang.String value)
           Returns of sets linked image's URL.
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getImage

IPPImage getImage()

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


setImage

void setImage(IPPImage value)

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


getLinkPathLong

java.lang.String getLinkPathLong()

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


setLinkPathLong

void setLinkPathLong(java.lang.String value)

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


getImageTransform

IImageTransformOperationCollection getImageTransform()

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



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.