ISlidesPicture

Overview

ISlidesPicture is a interface in Aspose.Slides FOSS for Java.

Represents a picture in a presentation.

Properties

NameTypeAccessDescription
imageIPPImageReadReturns the embedded image.
linkPathLongStringReadReturns the linked image’s URL.

Methods

SignatureDescription
getImage()IPPImageReturns the embedded image.
setImage(value: IPPImage)Sets the embedded image.
getLinkPathLong()StringReturns the linked image’s URL.
setLinkPathLong(value: String)Sets the linked image’s URL.
asIPresentationComponent()IPresentationComponentAllows to get base {@link IPresentationComponent} interface.
asISlideComponent()ISlideComponentAllows to get base {@link ISlideComponent} interface.

See Also