Lines Matching refs:character

68     <member>XAccessibleText::getCharacterAt</member>) use character 
69 indices from 0 to length-1. All methods that operate on character
86 Its position/offset is that of the character to the right of it.</p>
98 character to the right of it.</p>
112 the left side of the character with that index. An index of 0
114 first character. An index of <member>getCharacterCount</member>
115 leads to insertion after the last character.
131 /** Return the character at the specified position.
133 <p>Returns the character at the given index.</p>
136 The index of the character to return.
140 the character at the index nIndex.
150 <p>Returns a set of attributes that are associated for the character
157 The index of the character for which to return its attributes.
165 character then they are ignored, too.
177 of the specified character. Each attribute is represented by a
181 requested attributes and are defined for the character at the
196 <p>Returns the bounding box of the indexed character.</p>
198 <p>The virtual character after the last character of the represented
202 not represent an existing character its bounding box is defined in
204 the bounding box of some character when inserted at the end of the
206 characters in the text or the height of the preceding character, its
216 Index of the character for which to return its bounding box.
220 The bounding box of the referenced character. The bounding box
221 of the virtual character at position length has to have
247 the character under that point. The same functionality could be
248 achieved by using the bounding boxes for each character as returned
254 The position for which to look up the index of the character
258 Index of the character under the given point or -1 if the point
259 is invalid or there is no character under the point.
312 The first character of the new selection.
316 The position after the last character of the new selection.
344 <p>The substring starts with the character at nStartIndex
345 (inclusive) and up to the character at nEndIndex (exclusive),
355 Index of the first character to include in the returned string.
359 Index of the last character to exclude in the returned string.
363 Returns the substring starting with the character at nStartIndex
364 (inclusive) and up to the character at nEndIndex (exclusive), if
376 the character at the given index, if any. For example, given the
378 which contains the character at position nIndex is returned, or an
382 Index of the character whose containing text portion is to be
407 located before the given character and does not include
420 Index of the character for which to return the text part before
421 it. The index character will not be part of the returned
446 located after the given character and does not include
459 Index of the character for which to return the text part after
460 it. The index character will be part of the returned string.