ICommentAuthor
ICommentAuthor interface
Represents an author of comments.
public interface ICommentAuthor
Properties
Name | Description |
---|---|
Comments { get; } | Returns the collection of comments made by this author. Read-only ICommentCollection . |
Initials { get; set; } | Returns or sets the authors initials. Read/write String. |
Name { get; set; } | Returns or sets the author’s name. Read/write String. |
Methods
Name | Description |
---|---|
Remove() | Removes the author from the parent collection. |
See Also
- namespace Aspose.Slides
- assembly Aspose.Slides