public interface ISlidesPicture extends IPresentationComponent
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.
|
getPresentation
java.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
.