PropertyCollection{Categorie:Documentele de activitate}
Opinie generală
ICommentAuthorCollection este o interfață în Aspose.Slides FOSS pentru Java.
Reprezintă o colecție de comentarii ale autorilor într-o prezentare.
Metode de evaluare
| Semnătura | Descriere: |
|---|---|
addAuthor(name: String, initials: String) → ICommentAuthor | Adaugă un nou autor. |
toArray() → ICommentAuthor[] | Întoarce toți autorii ca o matrice. |
findByName(name: String) → List<ICommentAuthor> | Găseşte autorii pe nume. |
findByNameAndInitials(name: String, initials: String) → List<ICommentAuthor> | Găseşte autorii pe nume şi iniţialele. |
removeAt(index: int) | Îndepărtează autorul din index, inclusiv toate comentariile. |
remove(author: ICommentAuthor) | Elimină un autor din colecţie. |
clear() | Elimină toţi autorii şi comentariile lor din colecţie. |
get(index: int) → ICommentAuthor | Întoarce autorul la indicele dat. |
size() → int | Întoarce numărul de autori. |
asICollection() → List<ICommentAuthor> | Întoarce colecția ca o {@link list}. |
asIEnumerable() → Iterable<ICommentAuthor> | Întoarce colectia ca un {@link Iterable}. |