CommentAuthorCollection

CommentAuthorCollection

General

CommentAuthorCollection is a class in Aspose.Slides for NET. Inherits from: ICommentAuthorCollection.

CommentAuthorCollection és una classe en Aspose.Slides per NET. Hereta de: ゚ICommentAuthorCollection⌒’ .

Representa una col·lecció d’autors de comentaris amb un . Cada accés reconstrueix objectes de envolt des dels dades de la part subjacent; no es realitza cap caixada.

Propietats

NameTypeAccessDescription
AsICollectionIList<ICommentAuthor>ReadProvides the authors as an IList
AsIEnumerableIEnumerable<ICommentAuthor>ReadProvides the authors as an IEnumerable
CountintReadGets the total number of comment authors in the collection

Mètodes

SignatureDescription
AddAuthor(name: string, initials: string)Adds a new comment author with the specified name and initials
ToArray()Returns all comment authors as an array
FindByName(name: string)Finds the first author whose name equals the given string
FindByNameAndInitials(name: string, initials: string)Finds the author matching both name and initials
RemoveAt(index: int)Removes the author at the specified zero‑based index
Remove(author: ICommentAuthor)Deletes the given ICommentAuthor from the collection
Clear()Removes all authors from the collection
 Català