AddAuthor
ICommentAuthorCollection.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 ICommentAuthor objet.
Exceptions
| exception | condition |
|---|---|
| PptxEditException | Lancé si un auteur avec le même nom et les mêmes initiales est déjà ajouté. |
Voir aussi
- interface ICommentAuthor
- interface ICommentAuthorCollection
- namespace Aspose.Slides
- assembly Aspose.Slides