ICommentAuthorCollection

ICommentAuthorCollection

Overview

ICommentAuthorCollection is a interface in Aspose.Slides FOSS for .NET.

Represents a collection of comment authors.

Properties

NameTypeAccessDescription
AsICollectionIList<ICommentAuthor>Read
AsIEnumerableIEnumerable<ICommentAuthor>Read
CountintRead

Methods

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()

See Also