AddAuthor
ICommentAuthorCollection.AddAuthor method
Add new author at the end of a collection.
public ICommentAuthor AddAuthor(string name, string initials)
Parameter | Type | Description |
---|---|---|
name | String | Name of a new author. |
initials | String | Initials of a new author. |
Return Value
New ICommentAuthor
object.
Exceptions
exception | condition |
---|---|
PptxEditException | Thrown if author with the same name and initials is already added. |
See Also
- interface ICommentAuthor
- interface ICommentAuthorCollection
- namespace Aspose.Slides
- assembly Aspose.Slides