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
)
Public Function AddAuthor (
name As String,
initials As String
) As ICommentAuthor
public:
virtual ICommentAuthor^ AddAuthor(
String^ name,
String^ initials
) sealed
abstract AddAuthor :
name : string *
initials : string -> ICommentAuthor
override 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:
ICommentAuthorImplements
ICommentAuthorCollectionAddAuthor(String, String)See Also