com.aspose.slides
Class CommentAuthorEx

java.lang.Object
  extended by com.aspose.slides.CommentAuthorEx

public final class CommentAuthorEx
extends java.lang.Object

Represents an author of comments.


Method Summary
 CommentExCollection 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.


setName

public void setName(java.lang.String value)

getInitials

public java.lang.String getInitials()

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


setInitials

public void setInitials(java.lang.String value)

getComments

public CommentExCollection getComments()

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