ICommentAuthor

概述

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

代表一个评论作者在演示中.

这个接口提供了6种方法,用于在Java程序中与ICommentAuthor对象工作. 有的方法包括: getComments, getInitials, getName, remove, setInitials, setName. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: comments, initials, name.

属性

名称:类型Access描述情况
nameString阅读返回作者名称.
initialsString阅读返回作者的字母.
commentsICommentCollection阅读返回该作者所写的评论.

方法

Signature描述情况
getName()String返回作者名称.
setName(name: String)设置作者名称。.
getInitials()String返回作者的字母.
setInitials(initials: String)设置作者的首字母。.
getComments()ICommentCollection返回该作者所写的评论.
remove()删除了这位作者和他们的评论.

查看更多

 中文