ICommentAuthorCollection

ICommentAuthorCollection

General

ICommentAuthorCollection és una interfície en Aspose.Slides per a NET.

Representa una col·lecció de comentaris d’autors.

Propietats

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

Mètodes

SignatureDescription
AddAuthor(name: string, initials: string)The newly created comment author.
ToArray()An array of all comment authors.
FindByName(name: string)An array of matching authors.
FindByNameAndInitials(name: string, initials: string)An array of matching authors.
RemoveAt(index: int)The zero-based index of the author to remove.
Remove(author: ICommentAuthor)The author to remove.
Clear()
 Català