IPPImage

Vue de l’ensemble

‘IPPImage’ est une interface dans Aspose.Slides FOSS pour Java.

Il représente une image dans une présentation.

Cette interface fournit 10 méthodes pour travailler avec les objets IPPImage dans les programmes Java. Les méthodologies disponibles comprennent: ‘getBinaryData’, ‘gettContentType’, getHeight', ‘getImages’, 'GetWidth', ’getX', ‚getY, ‘replaceImag’. Tous les membres publics sont accessibles à n’importe quelle application Java après l’installation de l’Aspose.Slides FOSS pour le package Java . Propriétés : ‘binaryDatas’, ‘‘contentTyp’,‘‘height ,''image et 1 plus.

Propriétés

NameTypeAccessDescription
binaryDatabyte[]ReadReturns the copy of an image’s data.
imageIImageReadReturns the copy of an image.
contentTypeStringReadReturns a MIME type of an image.
widthintReadReturns the width of an image.
heightintReadReturns the height of an image.
xintReadReturns the X-offset of an image.
yintReadReturns the Y-offset of an image.

méthodes

SignatureDescription
getBinaryData()byte[]Returns the copy of an image’s data.
getImage()IImageReturns the copy of an image.
getContentType()StringReturns a MIME type of an image.
getWidth()intReturns the width of an image.
getHeight()intReturns the height of an image.
getX()intReturns the X-offset of an image.
getY()intReturns the Y-offset of an image.
replaceImage(newImageData: byte[])Replaces the image data with new raw binary data.
replaceImage(newImage: IImage)Replaces the image with the specified {@link IImage}.
replaceImage(newImage: IPPImage)Replaces the image with another presentation image.

Voir aussi

  • Aspose.Slides - référence API d’entreprise
 Français