CommentAuthor
Vue de l’ensemble
‘CommentAuthor’ est une classe dans Aspose.Slides FOSS pour Java.Déduit de: ‘ICommentAutore’.
Il représente un auteur de commentaires.
Cette classe fournit 9 méthodes pour travailler avec les objets CommentAuthor dans les programmes Java. Les méthodologies disponibles comprennent: ‘CommentAutor’, ‘getComments’, getId', ‘getInitials’, ' getName', ’initInternal, ‘remove , 'setInitiaals et ‘settNamen’. Tous les membres publics sont accessibles à n’importe quelle application Java après avoir installé l’Aspoe.Slides FOSS pour le package Java . Propriétés : ‘commentaires’, ‚id‘, initials‘ et name`.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Gets the name. |
initials | String | Read | Gets the initials. |
comments | ICommentCollection | Read | Gets the comments. |
id | int | Read | Returns the internal author id. |
méthodes
| Signature | Description |
|---|---|
CommentAuthor(name: String, initials: String, id: int) | Creates a new comment author. |
initInternal(data: AuthorData, authorsPart: CommentAuthorsPart, pkg: OpcPackage, presentation: Presentation) | Initializes internal backing references that link this author to the |
| underlying OPC package data. | |
getName() → String | Returns the name. |
setName(name: String) | Sets the name value. |
getInitials() → String | Returns the initials. |
setInitials(initials: String) | Sets the initials value. |
getComments() → ICommentCollection | Returns the comments. |
remove() | Deletes this author from the presentation |
getId() → int | Returns the internal author id. |
Voir aussi
- Aspose.Slides - référence API d’entreprise