AddAuthor()
CommentAuthorCollection::AddAuthor(System::String, System::String) method
Add new author at the end of a collection.
System::SharedPtr<ICommentAuthor> Aspose::Slides::CommentAuthorCollection::AddAuthor(System::String name, System::String initials) override
Arguments
Parameter | Type | Description |
---|---|---|
name | System::String | Name of a new author. |
initials | System::String | Initials of a new author. |
Return Value
New ICommentAuthor object.
See Also
- Typedef SharedPtr
- Class ICommentAuthor
- Class String
- Class CommentAuthorCollection
- Namespace Aspose::Slides
- Library Aspose.Slides