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
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Returns or sets the author’s name. |
Initials | string | Read/Write | Returns or sets the author’s initials. |
Comments | ICommentCollection | Read | Returns the collection of comments made by this author. |
Methods
| Signature | Description |
|---|---|
Remove() | Removes this author and all associated comments. |