ICommentAuthorCollection

ICommentAuthorCollection

Overview

ICommentAuthorCollection 是一个面接在Aspose.Slides FOSS for Java 中.

代表一个演示中的评论作者集合.

这个接口提供了11种方法,用于在Java程序中与ICommentAuthorCollection对象工作. 有的方法包括: addAuthor, asICollection, asIEnumerable, clear, findByName, findByNameAndInitials, get, remove, removeAt, size, toArray. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序.

Methods

SignatureDescription
addAuthor(name: String, initials: String)ICommentAuthor增加了一个新的作者.
toArray()ICommentAuthor[]返回所有作者作为数组.
findByName(name: String)List<ICommentAuthor>找出作者的名字.
findByNameAndInitials(name: String, initials: String)List<ICommentAuthor>找出作者名字和初始.
removeAt(index: int)删除了作者在给出的索引中,包括所有评论.
remove(author: ICommentAuthor)删除了作者.
clear()删除所有作者和他们的评论.
get(index: int)ICommentAuthor在给定的索引中返回作者.
size()int返回作者数.
asICollection()List<ICommentAuthor>返回集合为{@链接列表}.
asIEnumerable()Iterable<ICommentAuthor>返回集合为一个 {@链接可重复}.

See Also

 中文