ISlidesPicture — Aspose.Slides FOSS Java API Reference
ISlidesPicture — Represents a picture in a presentation.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
image | IPPImage | Read/Write | |
linkPathLong | String | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getImage() | IPPImage | Returns the embedded image. |
setImage(IPPImage value) | void | Sets the embedded image. |
getLinkPathLong() | String | Returns the linked image’s URL. |
setLinkPathLong(String value) | void | Sets the linked image’s URL. |
asIPresentationComponent() | IPresentationComponent | Allows to get base IPresentationComponent interface. |
asISlideComponent() | ISlideComponent | Allows to get base ISlideComponent interface. |