com.aspose.slides
Class CommentAuthor

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

public final class CommentAuthor
extends java.lang.Object


Method Summary
 long getColorIndex()
          Returns the index of a color used for comments created by the author.
 java.lang.String getName()
          Returns the author's name.
 void setColorIndex(long value)
          Sets the index of a color used for comments created by the author.
 void setName(java.lang.String value)
          Sets the author's name.
 
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 the author's name.


setName

public void setName(java.lang.String value)
Sets the author's name. Name must be not empty and with length less than or equal to 50.


getColorIndex

public long getColorIndex()
Returns the index of a color used for comments created by the author.


setColorIndex

public void setColorIndex(long value)
Sets the index of a color used for comments created by the author.