com.aspose.slides
Class PictureEffectiveData

java.lang.Object
  extended by com.aspose.slides.PictureEffectiveData
All Implemented Interfaces:
IPictureEffectiveData

public class PictureEffectiveData
extends java.lang.Object
implements IPictureEffectiveData

Immutable object which represents a picture in a presentation.


Method Summary
 boolean equals(java.lang.Object obj)
           
 IPPImage getImage()
           Returns or sets the embedded image.
 IImageTransformOCollectionEffectiveData getImageTransform()
           Returns the collection of image transform effects.
 java.lang.String getLinkPathLong()
           Returns of sets linked image's URL.
 int hashCode()
           Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImage

public IPPImage getImage()

Returns or sets the embedded image. Read-only IPPImage.

Specified by:
getImage in interface IPictureEffectiveData

getLinkPathLong

public java.lang.String getLinkPathLong()

Returns of sets linked image's URL. Read-only String.

Specified by:
getLinkPathLong in interface IPictureEffectiveData

getImageTransform

public IImageTransformOCollectionEffectiveData getImageTransform()

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

Specified by:
getImageTransform in interface IPictureEffectiveData

equals

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

hashCode

public int hashCode()

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

Overrides:
hashCode in class java.lang.Object
Returns:
23454


Overriden to make compiler happy. Always returns constant because object is mutable.



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