getLineText
getLineText(linenum: Integer): String;
The getLineText method of the JadeTextEdit class returns a string containing the text in line specified in the linenum parameter, which is 1-relative and must therefore be greater than zero (0).
No end-of-line sequence conversion is performed.