com.aspose.slides
Class CommentAuthor

java.lang.Object
  extended by com.aspose.slides.CommentAuthor
All Implemented Interfaces:
ICommentAuthor

public final class CommentAuthor
extends java.lang.Object
implements ICommentAuthor

Represents an author of comments.


Method Summary
 ICommentCollection getComments()
           Returns the collection of comments made by this author.
 java.lang.String getInitials()
           Returns or sets the authors initials.
 java.lang.String getName()
           Returns or sets the author's name.
 void setInitials(java.lang.String value)
           
 void setName(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

Returns or sets the author's name. Read/write string.

Specified by:
getName in interface ICommentAuthor

setName

public void setName(java.lang.String value)
Specified by:
setName in interface ICommentAuthor

getInitials

public java.lang.String getInitials()

Returns or sets the authors initials. Read/write string.

Specified by:
getInitials in interface ICommentAuthor

setInitials

public void setInitials(java.lang.String value)
Specified by:
setInitials in interface ICommentAuthor

getComments

public ICommentCollection getComments()

Returns the collection of comments made by this author. Read-only CommentCollection.

Specified by:
getComments in interface ICommentAuthor