CommentAuthor

Overview

CommentAuthor is a class in Aspose.Slides FOSS for .NET. Inherits from: ICommentAuthor.

Represents an author of comments in a presentation.

This class provides 1 method for working with CommentAuthor 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/WriteGets or sets the name.
InitialsstringRead/WriteGets or sets the initials.
CommentsICommentCollectionReadGets the comments.

Methods

SignatureDescription
Remove()Deletes this author from its presentation

See Also