PPimages
Vue de l’ensemble
‘PPImage’ est une classe dans Aspose.Slides FOSS pour Java.Déduit de: `IPPImages’.
Il représente une image dans une présentation.
Cette classe fournit 12 méthodes pour travailler avec des objets PPImage dans les programmes Java. Les méthodologies disponibles comprennent: ‘PPImages’, ‘getBinaryData’, getContentType', ‘getHeight’, 'getImag, 'GetWidth', ’getX', ‚getY, ‘initInternal‘, replaceImager'. Tous les membres publics sont accessibles à toute application Java après l'installation de l’Aspose.Slides FOSS pour le package Java . Propriétés : 'binaryDatas', ''contentTyp',''height ,‘‘image',width,,''x et 1 plus.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
binaryData | byte[] | Read | {@inheritDoc} |
| / | |||
image | IImage | Read | {@inheritDoc} |
| / | |||
contentType | String | Read | {@inheritDoc} |
| / | |||
width | int | Read | {@inheritDoc} |
| / | |||
height | int | Read | {@inheritDoc} |
| / | |||
x | int | Read | {@inheritDoc} |
| @return always {@code 0} | |||
| / | |||
y | int | Read | {@inheritDoc} |
| @return always {@code 0} | |||
| / |
méthodes
| Signature | Description |
|---|---|
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} |
| / |
Voir aussi
- Aspose.Slides - référence API d’entreprise