ISlidesPicture
Overview
ISlidesPicture is a interface in Aspose.Slides FOSS for Java.
Represents a picture in a presentation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
image | IPPImage | Read | Returns the embedded image. |
linkPathLong | String | Read | Returns the linked image’s URL. |
Methods
| Signature | Description |
|---|---|
getImage() → IPPImage | Returns the embedded image. |
setImage(value: IPPImage) | Sets the embedded image. |
getLinkPathLong() → String | Returns the linked image’s URL. |
setLinkPathLong(value: String) | Sets the linked image’s URL. |
asIPresentationComponent() → IPresentationComponent | Allows to get base {@link IPresentationComponent} interface. |
asISlideComponent() → ISlideComponent | Allows to get base {@link ISlideComponent} interface. |