Images
Vue de l’ensemble
‘Picture’ est une classe dans Aspose.Cells FOSS pour Java.
Il représente une image intégrée dans un feuille de travail.
Cette classe fournit 14 méthodes pour travailler avec des objets de la image dans les programmes Java. Les méthodologies disponibles comprennent: ‘getContentType’, ‘getData’, getImageTYpe' , ' getLowerRightColumn', ‘getLowRow’, 'GetName', ’getUpperLeftColumne', ‚getUperRown', ''setDate, ‘setLoverRighteColumbne , '' setLOWERRIGHTROW et 2 méthode supplémentaires. Tous les membres exportés sont accessibles à toute application Java après l’installation de l’Aspose.Cell FOSS pour le package Java . Propriétés : ‘contentTyp’,‘‘dataimagetype, lowerColUMNRights, ‘‘Royalight’, et plus.
Description
‘Picture’ est une classe dans la bibliothèque Aspose.Cells FOSS pour Java qui expose 14 méthodes et 8 propriétés pour l’utilisation programmée.
Les capacités de base comprennent: ‘string’; ‘imagetype’ ; ‘byte[]’.Ces opérations permettent aux développeurs d’intégrer la fonctionnalité de l’image directement dans les applications Java.
La classe fournit également la propriété ’nom’ (jette le nom), la «upperLeftRow » (jeu la ligne supérieure gauche), l’«uppeLefColumn » propriétés (jau le colonne supérieur gauch).
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Gets the name. |
upperLeftRow | int | Read | Gets the upper left row. |
upperLeftColumn | int | Read | Gets the upper left column. |
lowerRightRow | int | Read | Gets the lower right row. |
lowerRightColumn | int | Read | Gets the lower right column. |
imageType | ImageType | Read | Image type detected from the binary data signature. |
data | byte[] | Read | Gets the data. |
contentType | String | Read | MIME content type derived from image data. |
méthodes
| Signature | Description |
|---|---|
getName() → String | Returns the name. |
setName(name: String) | Sets the name value. |
getUpperLeftRow() → int | Returns the upper left row. |
setUpperLeftRow(row: int) | Sets the upper left row value. |
getUpperLeftColumn() → int | Returns the upper left column. |
setUpperLeftColumn(col: int) | Sets the upper left column value. |
getLowerRightRow() → int | Returns the lower right row. |
setLowerRightRow(row: int) | Sets the lower right row value. |
getLowerRightColumn() → int | Returns the lower right column. |
setLowerRightColumn(col: int) | Sets the lower right column value. |
getImageType() → ImageType | Image type detected from the binary data signature. |
getData() → byte[] | Returns the data. |
setData(data: byte[]) | Sets the data value. |
getContentType() → String | MIME content type derived from image data. |
Voir aussi
- Aspose.Cells — référence API d’entreprise
- Aspose.Cells pour Java — Enterprise API Reference