Lines Matching refs:of
9 * with the License. You may obtain a copy of the License at
44 of line numbers</p>
64 Returns the line number of the specified text index.
72 /** Retuns the text of the specified line.
74 <p>Returns the substring of text that makes up the specified line
77 <p>The number of lines can be obtained by calling
79 with the index of the last character. In a loop, the last line
81 of the returned value is equal to the index of the last
82 character of the text.</p>
85 The number of the line to return the substring from.
99 /** Returns the text of the line in which the caret is located.
101 <p>The substring returned will most of the time be identical to
107 <p>Some text implementations place the caret at the end of the current
108 line when the <b>End</b> key gets pressed. Since the index of this position
109 is identical to the one of the first character of the following line,
121 /** Returns the number of the line in which the caret is located.
123 <p>The line number returned will most of the time be identical to
128 <p>Some text implementations place the caret at the end of the current
129 line when the <b>End</b> key gets pressed. Since the index of this position
130 is identical to the one of the first character of the following line,
135 Returns the index of the line in which the caret is located or -1