ISlidesPicture
General
ISlidesPicture és una interfície en Aspose.Slides FOSS per Java.
Representa una imatge en una presentació.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
image | IPPImage | Read | Provides access to the embedded IPPImage |
linkPathLong | String | Read | Provides the linked image’s URL |
Mètodes
| 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. |