CommentAuthorCollection

CommentAuthorCollection — Aspose.Slides FOSS C# (.NET) API Reference

CommentAuthorCollection — CommentAuthorCollection API type. Inherits from: ICommentAuthorCollection.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
AsICollectionIList<ICommentAuthor>Read/Write
AsIEnumerableIEnumerable<ICommentAuthor>Read/Write
CountintRead/Write

Methods

MethodReturnsDescription
AddAuthor(string name, string initials)void
ToArray()void
FindByName(string name)void
FindByNameAndInitials(string name, string initials)void
RemoveAt(int index)void
Remove(ICommentAuthor author)void
Clear()void

See Also