public class ThreadedComment
Property Getters/Setters Summary | ||
---|---|---|
ThreadedCommentAuthor | getAuthor() | |
Gets the author of the comment.
|
||
int | getColumn() | |
Gets the column index of the comment.
|
||
com.aspose.cells.DateTime | getCreatedTime() | |
void | setCreatedTime(com.aspose.cells.DateTimevalue) | |
Gets and sets the created time of this threaded comment. | ||
java.lang.String | getNotes() | |
void | setNotes(java.lang.Stringvalue) | |
Gets and sets the text of the comment. | ||
int | getRow() | |
Gets the row index of the comment.
|
public int getRow()
public int getColumn()
public java.lang.String getNotes() / public void setNotes(java.lang.String value)
public ThreadedCommentAuthor getAuthor()
public com.aspose.cells.DateTime getCreatedTime() / public void setCreatedTime(com.aspose.cells.DateTime value)