Property Getters/Setters Summary | ||
---|---|---|
method | getAuthor() | |
Gets the author of the comment.
|
||
method | getColumn() | |
Gets the column index of the comment.
|
||
method | getNotes() | |
method | setNotes(value) | |
Gets and sets the text of the comment. | ||
method | getRow() | |
Gets the row index of the comment.
|
int getRow()
int getColumn()
String getNotes() / setNotes(value)
ThreadedCommentAuthor getAuthor()