ICommentAuthorCollection

Oversigt over de forskellige former for støtte

ICommentAuthorCollection er en grænseflade i Aspose.Slides FOSS for Java.

Repræsenter en samling af kommentarer fra forfattere i en præsentation.

Metoder til at anvende

UnderskriftBeskrivelse:
addAuthor(name: String, initials: String)ICommentAuthorDet er en ny forfatter.
toArray()ICommentAuthor[]Returnerer alle forfattere som en matrix.
findByName(name: String)List<ICommentAuthor>Finder forfattere ved navn.
findByNameAndInitials(name: String, initials: String)List<ICommentAuthor>Finder forfattere ved navn og initialer.
removeAt(index: int)Fjerner forfatteren fra indexet, herunder alle deres kommentarer.
remove(author: ICommentAuthor)Fjerner en forfatter fra samlingen.
clear()Fjerner alle forfattere og deres kommentarer fra samlingen.
get(index: int)ICommentAuthorReturnerer forfatteren i det angivne indeks.
size()intReturnerer antallet af forfattere.
asICollection()List<ICommentAuthor>Returnerer samlingen som en {@link list}.
asIEnumerable()Iterable<ICommentAuthor>Returnerer samlingen som et {@link Iterable}.
 Dansk