PPImage

Overview

PPImage is a class in Aspose.Slides FOSS for Java. Inherits from: IPPImage.

Represents an image in a presentation.

Properties

NameTypeAccessDescription
binaryDatabyte[]Read{@inheritDoc}
/
imageIImageRead{@inheritDoc}
/
contentTypeStringRead{@inheritDoc}
/
widthintRead{@inheritDoc}
/
heightintRead{@inheritDoc}
/
xintRead{@inheritDoc}
@return always {@code 0}
/
yintRead{@inheritDoc}
@return always {@code 0}
/

Methods

SignatureDescription
PPImage()Creates an uninitialized {@code PPImage}.
initInternal(pkg: OpcPackage, partName: String, imageData: byte[], contentType: String)Internal initialization with OPC package reference.
getBinaryData()byte[]{@inheritDoc}
/
getImage()IImage{@inheritDoc}
/
getContentType()String{@inheritDoc}
/
getWidth()int{@inheritDoc}
/
getHeight()int{@inheritDoc}
/
getX()int{@inheritDoc}
@return always {@code 0}
/
getY()int{@inheritDoc}
@return always {@code 0}
/
replaceImage(newImageData: byte[]){@inheritDoc}
/
replaceImage(newImage: IImage){@inheritDoc}
/
replaceImage(newImage: IPPImage){@inheritDoc}
/

See Also