ICommentAuthorCollection
概述
ICommentAuthorCollection 是 Aspose.Slides FOSS for .NET 的界面。.
代表评论作者的一系列。.
此界面提供7种方法,以便在 .NET 程序中使用 ICommentAuthorCollection 对象。. 可用的方法包括: AddAuthor, Clear, FindByName, FindByNameAndInitials, Remove, RemoveAt, ToArray. 所有公共成员都可以在安装 Aspose.Slides FOSS for .NET 包后访问任何 .net 应用程序。. 属性: AsICollection, AsIEnumerable, Count.
属性
| 名称 | 类型 | Access | 描述 |
|---|---|---|---|
AsICollection | IList<ICommentAuthor> | 阅读 | 将收藏作为清单。. |
AsIEnumerable | IEnumerable<ICommentAuthor> | 阅读 | 将收藏作为可列的。. |
Count | int | 阅读 | 获取集合中作者的数量。. |
方法
| Signature | 描述 |
|---|---|
AddAuthor(name: string, initials: string) | 添加新作家到收藏中。. |
ToArray() | 把所有作家都作为一个序列。. |
FindByName(name: string) | 根据名字找到作者(准确、案例敏感匹配)。. |
FindByNameAndInitials(name: string, initials: string) | 根据名字和初步(准确、案例敏感匹配)找到作者。. |
RemoveAt(index: int) | 将作者移除到指定的索引中。. |
Remove(author: ICommentAuthor) | 将指定作者从收藏中删除。. |
Clear() | 删除所有作者及其相关评论。. |