ThreadedComment

ThreadedComment class

Represents the threaded comment.

class ThreadedComment;

Methods

MethodDescription
getRow()Gets the row index of the comment.
getColumn()Gets the column index of the comment.
getNotes()Gets and sets the text of the comment.
setNotes(string)Gets and sets the text of the comment.
getAuthor()Gets the author of the comment.
setAuthor(ThreadedCommentAuthor)Gets the author of the comment.
getCreatedTime()Gets and sets the created time of this threaded comment.
setCreatedTime(Date)Gets and sets the created time of this threaded comment.

getRow()

Gets the row index of the comment.

getRow() : number;

getColumn()

Gets the column index of the comment.

getColumn() : number;

getNotes()

Gets and sets the text of the comment.

getNotes() : string;

setNotes(string)

Gets and sets the text of the comment.

setNotes(value: string) : void;

Parameters:

ParameterTypeDescription
valuestringThe value to set.

getAuthor()

Gets the author of the comment.

getAuthor() : ThreadedCommentAuthor;

Returns

ThreadedCommentAuthor

setAuthor(ThreadedCommentAuthor)

Gets the author of the comment.

setAuthor(value: ThreadedCommentAuthor) : void;

Parameters:

ParameterTypeDescription
valueThreadedCommentAuthorThe value to set.

getCreatedTime()

Gets and sets the created time of this threaded comment.

getCreatedTime() : Date;

setCreatedTime(Date)

Gets and sets the created time of this threaded comment.

setCreatedTime(value: Date) : void;

Parameters:

ParameterTypeDescription
valueDateThe value to set.