ICommentAuthor
Vue de l’ensemble
‘ICommentAuthor’ est une interface dans Aspose.Slides FOSS pour Java.
Représenter un commentaire dans une présentation.
Cette interface fournit 6 méthodes pour travailler avec les objets ICommentAuthor dans les programmes Java. Les méthodologies disponibles comprennent: ‘getComments’, ‘getInitials’, getName', ‘remove’, 'setInitiaals' et 'settNamen'. Tous les membres publics sont accessibles à n’importe quelle application Java après avoir installé l’Aspouse.Slides FOSS pour le package Java . Propriétés : 'commentaires', ’initials’, ‘nom.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Returns the author name. |
initials | String | Read | Returns the author initials. |
comments | ICommentCollection | Read | Returns the collection of comments by this author. |
méthodes
| Signature | Description |
|---|---|
getName() → String | Returns the author name. |
setName(name: String) | Sets the author name. |
getInitials() → String | Returns the author initials. |
setInitials(initials: String) | Sets the author initials. |
getComments() → ICommentCollection | Returns the collection of comments by this author. |
remove() | Removes this author and all their comments from the presentation. |
Voir aussi
- Aspose.Slides - référence API d’entreprise