ICommentAuthorCollectionAddAuthor Method |
Add new author at the end of a collection.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
SyntaxICommentAuthor AddAuthor(
string name,
string initials
)
Function AddAuthor (
name As String,
initials As String
) As ICommentAuthor
ICommentAuthor^ AddAuthor(
String^ name,
String^ initials
)
abstract AddAuthor :
name : string *
initials : string -> ICommentAuthor
Parameters
- name
- Type: SystemString
Name of a new author. - initials
- Type: SystemString
Initials of a new author.
Return Value
Type:
ICommentAuthorNew
ICommentAuthor object.
See Also