public interface ISlidesPicture extends ISlideComponent
Represents a picture in a presentation.
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
setImage(IPPImage value)
Returns or sets the embedded image.
|
void |
setLinkPathLong(java.lang.String value)
Returns of sets linked image's URL.
|
getSlidegetPresentationjava.lang.String getLinkPathLong()
Returns of sets linked image's URL.
Read/write String.
void setLinkPathLong(java.lang.String value)
Returns of sets linked image's URL.
Read/write String.
IImageTransformOperationCollection getImageTransform()
Returns the collection of image transform effects.
Read-only IImageTransformOperationCollection.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.