AddAuthor
CommentAuthorCollection.AddAuthor méthode
Ajouter un nouvel auteur à la fin d’une collection.
public ICommentAuthor AddAuthor(string name, string initials)
Paramètre | Type | Description |
---|---|---|
name | String | Nom d’un nouvel auteur. |
initials | String | Initiales d’un nouvel auteur. |
Valeur de retour
Nouvel objet ICommentAuthor
.
Exceptions
exception | condition |
---|---|
PptxEditException | Levée si un auteur avec le même nom et les mêmes initiales a déjà été ajouté. |
Voir aussi
- interface ICommentAuthor
- class CommentAuthorCollection
- namespace Aspose.Slides
- assembly Aspose.Slides