ICommentAuthor

Overview

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

Represents an author of comments.

This interface provides 1 method for working with ICommentAuthor objects in .NET programs. Available methods include: Remove. All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package. Properties: Comments, Initials, Name.

Properties

NameTypeAccessDescription
NamestringRead/WriteReturns or sets the author’s name.
InitialsstringRead/WriteReturns or sets the author’s initials.
CommentsICommentCollectionReadReturns the collection of comments made by this author.

Methods

SignatureDescription
Remove()Removes this author and all associated comments.

See Also