java.lang.Object
com.aspose.cells.ThreadedComment
public class ThreadedComment
| Property Getters/Setters Summary | ||
|---|---|---|
ThreadedCommentAuthor | getAuthor() | |
void | setAuthor(ThreadedCommentAuthor) | |
| 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.DateTime) | |
| Gets and sets the created time of this threaded comment. | ||
java.lang.String | getNotes() | |
void | setNotes(java.lang.String) | |
| Gets and sets the text of the comment. | ||
int | getRow() | |
| Gets the row index of the comment. | ||
| Property Getters/Setters Detail |
|---|
getRow | |
public int getRow() | |
getColumn | |
public int getColumn() | |
getNotes/setNotes | |
public java.lang.String getNotes() / public void setNotes(java.lang.String value) | |
getAuthor/setAuthor | |
public ThreadedCommentAuthor getAuthor() / public void setAuthor(ThreadedCommentAuthor value) | |
getCreatedTime/setCreatedTime | |
public com.aspose.cells.DateTime getCreatedTime() / public void setCreatedTime(com.aspose.cells.DateTime value) | |