com.aspose.slides.pptx
Class CommentAuthorEx
java.lang.Object
com.aspose.slides.pptx.CommentAuthorEx
public final class CommentAuthorEx
- extends java.lang.Object
Represents an author of comments.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getId
public int getId()
getName
public java.lang.String getName()
- Returns:
- author's name
setName
public void setName(java.lang.String name)
- set the author's name
- Parameters:
name
- author's name
getInitials
public java.lang.String getInitials()
- Returns:
- authors initials
setInitials
public void setInitials(java.lang.String initials)
- Parameters:
initials
- authors initials
getComments
public CommentsEx getComments()
- Returns:
- collection of comments made by this author.