add_author method
add_author
Add new author at the end of a collection.
Returns
New ICommentAuthor object.
def add_author(self, name, initials):
...
| Parameter | Type | Description |
|---|---|---|
| name | str | Name of a new author. |
| initials | str | Initials of a new author. |
Exceptions
| Exception | Description |
|---|---|
PptxEditException | Thrown if author with the same name and initials is already added. |
See Also
- class
CommentAuthorCollection - class
ICommentAuthor - class
PptxEditException - module
aspose.slides - library
Aspose.Slides