ICommentAuthorCollection

ICommentAuthorCollection

Vue de l’ensemble

‘ICommentAuthorCollection’ est une interface dans Aspose.Slides FOSS pour Java.

Représente une collection d’auteurs de commentaires dans une présentation.

Cette interface fournit 11 méthodes pour travailler avec les objets ICommentAuthorCollection dans les programmes Java. Les méthodologies disponibles comprennent: addAutor, asICollection , aIEnumerable ; ‘clear; 'findByName : ‘findBYNAMEAndInitials . , 'get et ‘remove`. tous les membres publics sont accessibles à toute application Java après l’installation de la version Aspose.Slides FOSS pour le package Java .

méthodes

SignatureDescription
addAuthor(name: String, initials: String)ICommentAuthorAdds a new author.
toArray()ICommentAuthor[]Returns all authors as an array.
findByName(name: String)List<ICommentAuthor>Finds authors by name.
findByNameAndInitials(name: String, initials: String)List<ICommentAuthor>Finds authors by name and initials.
removeAt(index: int)Removes the author at the given index, including all their comments.
remove(author: ICommentAuthor)Removes an author from the collection.
clear()Removes all authors and their comments from the collection.
get(index: int)ICommentAuthorReturns the author at the given index.
size()intReturns the number of authors.
asICollection()List<ICommentAuthor>Returns the collection as a {@link List}.
asIEnumerable()Iterable<ICommentAuthor>Returns the collection as an {@link Iterable}.

Voir aussi

  • Aspose.Slides - référence API d’entreprise
 Français