add_author method

add_author

Add new author at the end of a collection.

Returns

New ICommentAuthor object.

def add_author(self, name, initials):
    ...
ParameterTypeDescription
namestrName of a new author.
initialsstrInitials of a new author.

Exceptions

ExceptionDescription
PptxEditExceptionThrown if author with the same name and initials is already added.

See Also