com.aspose.slides
Class CommentAuthor

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

public final class CommentAuthor
extends java.lang.Object

Represents an author of comments.


Method Summary
 long getColorIndex()
           Determines a color of notes of this author.
 java.lang.String getName()
           Returns or sets the author's name.
 void setColorIndex(long 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.


Length of a name must be less than or equal to 50.


setName

public void setName(java.lang.String value)

getColorIndex

public long getColorIndex()

Determines a color of notes of this author. Read/write uint.


setColorIndex

public void setColorIndex(long value)