|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PVIObject
com.aspose.slides.Picture
public class Picture
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 |
---|
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
getPresentation
in class PVIObject
public boolean equals(java.lang.Object obj)
equals
in class PVIObject
public int hashCode()
hashCode
in class PVIObject
public final IPresentationComponent getParent_IPresentationComponent()
getParent_IPresentationComponent
in class PVIObject
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |