com.aspose.slides
Class Picture

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

public class Picture
extends PVIObject
implements ISlidesPicture

Represents a picture in a presentation.


Method Summary
 boolean equals(java.lang.Object obj)
           
 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.
 IPresentationComponent getParent_IPresentationComponent()
           
 IPresentation getPresentation()
           Returns the presentation.
 int hashCode()
           
 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 class com.aspose.slides.PVIObject
getParent_Immediate, getSlide, getVersion
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImage

public final IPPImage getImage()

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

Specified by:
getImage in interface ISlidesPicture

setImage

public final void setImage(IPPImage value)

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

Specified by:
setImage in interface ISlidesPicture

getLinkPathLong

public final java.lang.String getLinkPathLong()

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

Specified by:
getLinkPathLong in interface ISlidesPicture

setLinkPathLong

public final void setLinkPathLong(java.lang.String value)

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

Specified by:
setLinkPathLong in interface ISlidesPicture

getImageTransform

public final IImageTransformOperationCollection getImageTransform()

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

Specified by:
getImageTransform in interface ISlidesPicture

getPresentation

public final IPresentation getPresentation()

Returns the presentation. Read-only IPresentation.

Specified by:
getPresentation in interface IPresentationComponent
Overrides:
getPresentation in class PVIObject

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class PVIObject

hashCode

public int hashCode()
Overrides:
hashCode in class PVIObject

getParent_IPresentationComponent

public final IPresentationComponent getParent_IPresentationComponent()
Overrides:
getParent_IPresentationComponent in class PVIObject


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