ISlidesPicture

General

ISlidesPicture és una interfície en Aspose.Slides FOSS per Java.

Representa una imatge en una presentació.

Propietats

NameTypeAccessDescription
imageIPPImageReadProvides access to the embedded IPPImage
linkPathLongStringReadProvides the linked image’s URL

Mètodes

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.
 Català