ISlidesPicture — Aspose.Slides FOSS Java API Reference

ISlidesPicture — Represents a picture in a presentation.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
imageIPPImageRead/Write
linkPathLongStringRead/Write

Methods

MethodReturnsDescription
getImage()IPPImageReturns the embedded image.
setImage(IPPImage value)voidSets the embedded image.
getLinkPathLong()StringReturns the linked image’s URL.
setLinkPathLong(String value)voidSets the linked image’s URL.
asIPresentationComponent()IPresentationComponentAllows to get base IPresentationComponent interface.
asISlideComponent()ISlideComponentAllows to get base ISlideComponent interface.

See Also