com.aspose.cells
Class ThreadedComment

java.lang.Object
    extended by com.aspose.cells.ThreadedComment

public class ThreadedComment 
extends java.lang.Object

Represents the threaded comment.


Property Getters/Setters Summary
ThreadedCommentAuthorgetAuthor()
           Gets the author of the comment.
intgetColumn()
           Gets the column index of the comment.
com.aspose.cells.DateTimegetCreatedTime()
voidsetCreatedTime(com.aspose.cells.DateTime value)
           Gets and sets the created time of this threaded comment.
java.lang.StringgetNotes()
voidsetNotes(java.lang.String value)
           Gets and sets the text of the comment.
intgetRow()
           Gets the row index of the comment.
 

Property Getters/Setters Detail

getRow

public int getRow()
Gets the row index of the comment.

getColumn

public int getColumn()
Gets the column index of the comment.

getNotes/setNotes

public java.lang.String getNotes() / public void setNotes(java.lang.String value)
Gets and sets the text of the comment.

setNotes

public void setNotes(java.lang.String value)
Gets and sets the text of the comment.

getAuthor

public ThreadedCommentAuthor getAuthor()
Gets the author of the comment.

getCreatedTime/setCreatedTime

public com.aspose.cells.DateTime getCreatedTime() / public void setCreatedTime(com.aspose.cells.DateTime value)
Gets and sets the created time of this threaded comment.

setCreatedTime

public void setCreatedTime(com.aspose.cells.DateTime value)
Gets and sets the created time of this threaded comment.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.