public class Picture extends PVIObject 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.
|
IPresentation |
getPresentation()
Returns the presentation.
|
IBaseSlide |
getSlide()
Returns the parent slide of a picture.
|
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.
|
getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getVersion, reset_Parent_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
getPresentation
in class PVIObject
public boolean equals(java.lang.Object obj)
Compares with specified object.
public final IBaseSlide getSlide()
Returns the parent slide of a picture.
Read-only IBaseSlide
.