public class Picture extends java.lang.Object implements ISlidesPicture
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.
|
IImageTransformOperationCollection |
getImageTransform()
Returns the collection of image transform effects.
|
java.lang.String |
getLinkPathLong()
Returns of sets linked image's URL.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
IPresentationComponent |
getParent_IPresentationComponent()
Returns parent IPresentationComponent.
|
IPresentation |
getPresentation()
Returns the presentation.
|
IBaseSlide |
getSlide()
Returns the parent slide of a picture.
|
long |
getVersion()
Version.
|
int |
hashCode()
Returns hash.
|
void |
setImage(IPPImage value)
Returns or sets the embedded image.
|
void |
setLinkPathLong(java.lang.String value)
Returns of sets linked image's URL.
|
public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public final long getVersion()
Version.
Read-only long
.
public final IPresentationComponent getParent_IPresentationComponent()
Returns parent IPresentationComponent.
Read-only IPresentationComponent
.
public final IPPImage getImage()
Returns or sets the embedded image.
Read/write IPPImage
.
getImage
in interface ISlidesPicture
public final void setImage(IPPImage value)
Returns or sets the embedded image.
Read/write IPPImage
.
setImage
in interface ISlidesPicture
public final java.lang.String getLinkPathLong()
Returns of sets linked image's URL.
Read/write String
.
getLinkPathLong
in interface ISlidesPicture
public final void setLinkPathLong(java.lang.String value)
Returns of sets linked image's URL.
Read/write String
.
setLinkPathLong
in interface ISlidesPicture
public final IImageTransformOperationCollection getImageTransform()
Returns the collection of image transform effects.
Read-only IImageTransformOperationCollection
.
getImageTransform
in interface ISlidesPicture
public final IPresentation getPresentation()
Returns the presentation.
Read-only IPresentation
.
getPresentation
in interface IPresentationComponent
public boolean equals(java.lang.Object obj)
Compares with specified object.
equals
in class java.lang.Object
obj
- Object to compare.public int hashCode()
Returns hash.
hashCode
in class java.lang.Object
public final IBaseSlide getSlide()
Returns the parent slide of a picture.
Read-only IBaseSlide
.
getSlide
in interface ISlideComponent
Copyright © 2004-2022 Aspose Pty Ltd. All Rights Reserved.