find_by_name_and_initials method
find_by_name_and_initials
Find author in a collection by name and initials.
Returns
Author or None.
def find_by_name_and_initials(self, name, initials):
...
| Parameter | Type | Description |
|---|---|---|
| name | str | Name of an author to find. |
| initials | str | Initials of an author to find. |
See Also
- class
CommentAuthorCollection - module
aspose.slides - library
Aspose.Slides