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.
|
Presentation |
getPresentation()
Returns the presentation.
|
BaseSlide |
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_IPresentationComponentpublic final IPPImage getImage()
Returns or sets the embedded image.
Read/write IPPImage.
getImage in interface ISlidesPicturepublic final void setImage(IPPImage value)
Returns or sets the embedded image.
Read/write IPPImage.
setImage in interface ISlidesPicturepublic final java.lang.String getLinkPathLong()
Returns of sets linked image's URL.
Read/write String.
getLinkPathLong in interface ISlidesPicturepublic final void setLinkPathLong(java.lang.String value)
Returns of sets linked image's URL.
Read/write String.
setLinkPathLong in interface ISlidesPicturepublic final IImageTransformOperationCollection getImageTransform()
Returns the collection of image transform effects.
Read-only IImageTransformOperationCollection.
getImageTransform in interface ISlidesPicturepublic final Presentation getPresentation()
Returns the presentation.
Read-only IPresentation.
getPresentation in interface IPresentationComponentgetPresentation in class PVIObjectpublic boolean equals(java.lang.Object obj)
Compares with specified object.
public final BaseSlide getSlide()
Returns the parent slide of a picture.
Read-only IBaseSlide.
getSlide in interface ISlideComponentgetSlide in class PVIObjectCopyright © 2004-2022 Aspose Pty Ltd. All Rights Reserved.