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
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets or sets the name. |
Initials | string | Read/Write | Gets or sets the initials. |
Comments | ICommentCollection | Read | Gets the comments. |
Methods
| Signature | Description |
|---|---|
Remove() | Deletes this author from its presentation |