FindByNameAndInitials
CommentAuthorCollection.FindByNameAndInitials method
Encontrar autor en una colección por nombre e iniciales.
public ICommentAuthor[] FindByNameAndInitials(string name, string initials)
Parameter | Type | Description |
---|---|---|
name | String | Nombre de un autor a encontrar. |
initials | String | Iniciales de un autor a encontrar. |
Return Value
Autor o null.
See Also
- interface ICommentAuthor
- class CommentAuthorCollection
- namespace Aspose.Slides
- assembly Aspose.Slides