Lines Matching refs:position

76     current cursor position.</p> 
82 /** Return the position of the caret.
85 cursor. The caret is actually the position between two characters.
86 Its position/offset is that of the character to the right of it.</p>
94 /** Set the position of the caret.
97 position between two characters. Its position/offset is that of the
100 <p>Setting the caret position may or may not alter the current
105 <p>When the new caret position differs from the old one (which, of
120 caret has been positioned exactly at the required position.
121 If that position lies inside a read-only area the caret is
123 determine the new position.
131 /** Return the character at the specified position.
148 /** Get the attribute set for the specified position.
194 /** Return the bounding box of the specified position.
199 text, i.e. the one at position length is a special case. It
200 represents the current input position and will therefore typically
221 of the virtual character at position length has to have
243 /** Return the text position for the specified screen position.
254 The position for which to look up the index of the character
274 /** Return the position of the start of the selection.
280 position of selection start and end will be the same undefined
285 /** Return the position of the end of the selection.
291 position of selection start and end will be the same undefined
305 <p>Setting the selection may or may not change the caret position.
306 Typically the caret is moved to the position after the second
316 The position after the last character of the new selection.
373 /** Get a text portion around the given position.
378 which contains the character at position nIndex is returned, or an
379 empty string if no word is found at the that position.</p>
404 /** Get a text portion before the given position.
443 /** Get a text portion behind the given position.