接口的使用
com.grapecity.documents.excel.ICommentThreaded
-
com.grapecity.documents.excel中ICommentThreaded的使用
修饰符和类型方法说明IRange.addCommentThreaded
(String text) 添加一个线程评论到该范围。IRange.addCommentThreaded
(String text, String author) 添加一个线程评论到该范围。添加一个回复到其回复集合中,如果该线程评论是一个顶级评论。向其回复集合中添加一个回复,如果该线程评论是一个顶级评论。ICommentsThreaded.get
(int index) 获取指定索引的嵌套评论。IRange.getCommentThreaded()
ICommentThreaded.getParent()
返回指定对象的上层对象。ICommentThreaded.next()
返回代表下一个线程化注释的ICommentThreaded
对象。ICommentThreaded.previous()
返回代表前一条嵌套评论的ICommentThreaded
对象。