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