public class PictureEffectiveData extends java.lang.Object implements IPictureEffectiveData
Immutable object which represents a picture in a presentation.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Compares with specified object.
|
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.
|
public final IPPImage getImage()
Returns or sets the embedded image.
Read-only IPPImage
.
getImage
in interface IPictureEffectiveData
public final java.lang.String getLinkPathLong()
Returns of sets linked image's URL.
Read-only String
.
getLinkPathLong
in interface IPictureEffectiveData
public final IImageTransformOCollectionEffectiveData getImageTransform()
Returns the collection of image transform effects.
Read-only IImageTransformOCollectionEffectiveData
.
getImageTransform
in interface IPictureEffectiveData
public boolean equals(java.lang.Object obj)
Compares with specified object.
equals
in class java.lang.Object
obj
- Object to compare.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.
hashCode
in class java.lang.Object
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.