CommentAuthorCollectionAddAuthor Method

Add new author at the end of a collection.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public ICommentAuthor AddAuthor(
	string name,
	string initials
)

Parameters

name
Type: SystemString
Name of a new author.
initials
Type: SystemString
Initials of a new author.

Return Value

Type: ICommentAuthor

Implements

ICommentAuthorCollectionAddAuthor(String, String)
See Also