ICommentAuthorCollection

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

ICommentAuthorCollection — ICommentAuthorCollection API type.

Package: Aspose.Slides.Foss


Properties

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

Methods

MethodReturnsDescription
AddAuthor(string name, string initials)voidThe newly created comment author.
ToArray()voidAn array of all comment authors.
FindByName(string name)voidAn array of matching authors.
FindByNameAndInitials(string name, string initials)voidAn array of matching authors.
RemoveAt(int index)voidThe zero-based index of the author to remove.
Remove(ICommentAuthor author)voidThe author to remove.
Clear()void

See Also