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. |
Property Getters/Setters Detail |
---|
getRow : int | |
int getRow() |
getColumn : int | |
int getColumn() |
getNotes/setNotes : String | |
String getNotes() / setNotes(value) |
getAuthor : ThreadedCommentAuthor | |
ThreadedCommentAuthor getAuthor() |