CommentModel

Vue de l’ensemble

‘CommentModel’ est une classe dans Aspose.Cells FOSS pour Java.

Modèle interne pour un commentaire cellulaire (notation).

Cette classe fournit 16 méthodes pour travailler avec les objets CommentModel dans les programmes Java. Les méthodologies disponibles comprennent: ‘getAuthor’, ‘getColumn’, getHeight', ‘getNote’, 'GetRow', ’getWidth', ''isVisible',''setAutor',setColumne’,‘setHeigh’, ‘’setNotes’ et 4 méthode supplémentaires. Tous les membres exportés sont accessibles à toute application Java après l’installation de l’Aspose.Cells FOSS pour le package Java . Propriétés : ‘author, 'column , ‘height', ‚note,, ‘rawmlShapeXml',row` et plus 2.

Description

‘CommentModel’ est une classe dans la bibliothèque Aspose.Cells FOSS pour Java qui expose 16 méthodes et 8 propriétés pour l’utilisation programmée.

Les capacités de base comprennent : ‘string’ ; ’ string` ; “boolean” . Ces opérations permettent aux développeurs d’intégrer la fonctionnalité commentmodel directement dans les applications Java.

La classe fournit également la propriété de « rouge » (qui prend la ligne), la « colonne » propriétés (qu’il prend sa colonnante), l’« auteur » propiété (que le récit).

Propriétés

NameTypeAccessDescription
rowintReadGets the row.
columnintReadGets the column.
authorStringReadGets the author.
noteStringReadGets the note.
visiblebooleanReadGets the visible.
widthintReadGets the width.
heightintReadGets the height.
rawVmlShapeXmlStringReadPreserved VML shape XML for round-trip fidelity (may be null for programmatic comments).

méthodes

SignatureDescription
getRow()intReturns the row.
setRow(row: int)Sets the row value.
getColumn()intReturns the column.
setColumn(column: int)Sets the column value.
getAuthor()StringReturns the author.
setAuthor(author: String)Sets the author value.
getNote()StringReturns the note.
setNote(note: String)Sets the note value.
isVisible()booleanReturns true if visible is set.
setVisible(visible: boolean)Sets the visible value.
getWidth()intReturns the width.
setWidth(width: int)Sets the width value.
getHeight()intReturns the height.
setHeight(height: int)Sets the height value.
getRawVmlShapeXml()StringPreserved VML shape XML for round-trip fidelity (may be null for programmatic comments).
setRawVmlShapeXml(rawVmlShapeXml: String)Sets the raw vml shape xml value.

Voir aussi

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