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

NameTypeAccessDescription
nameStringReadGets the name.
upperLeftRowintReadGets the upper left row.
upperLeftColumnintReadGets the upper left column.
lowerRightRowintReadGets the lower right row.
lowerRightColumnintReadGets the lower right column.
imageTypeImageTypeReadImage type detected from the binary data signature.
databyte[]ReadGets the data.
contentTypeStringReadMIME content type derived from image data.

méthodes

SignatureDescription
getName()StringReturns the name.
setName(name: String)Sets the name value.
getUpperLeftRow()intReturns the upper left row.
setUpperLeftRow(row: int)Sets the upper left row value.
getUpperLeftColumn()intReturns the upper left column.
setUpperLeftColumn(col: int)Sets the upper left column value.
getLowerRightRow()intReturns the lower right row.
setLowerRightRow(row: int)Sets the lower right row value.
getLowerRightColumn()intReturns the lower right column.
setLowerRightColumn(col: int)Sets the lower right column value.
getImageType()ImageTypeImage type detected from the binary data signature.
getData()byte[]Returns the data.
setData(data: byte[])Sets the data value.
getContentType()StringMIME content type derived from image data.

Voir aussi

  • Aspose.Cells — référence API d’entreprise
  • Aspose.Cells pour Java — Enterprise API Reference
 Français