Lines Matching refs:is

14  * software distributed under the License is distributed on an
62 interface. That is the task of the <type>XAccessibleEditableText</type>
65 <p>The text length, i.e. the number of characters in the text, is
75 selection. An empty selection is used for example to express the
84 <p>Returns the offset of the caret. The caret is often called text
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>
89 The returned offset is relative to the text represented by this
96 <p>The caret is often called text cursor. The caret is actually the
97 position between two characters. Its position/offset is that of the
101 selection. A change of the selection is notified to the
106 course, is the standard case) this is notified to the accessibility
111 The new index of the caret. This caret is actually placed to
121 If that position lies inside a read-only area the caret is
126 if the index is not valid.
137 The valid range is 0..length-1.
143 if the index is invalid
152 large sets of attributes that the caller is not interested in the
158 The valid range is 0..length-1.
162 caller is interested in. When there are attributes defined that
168 attributes. This is useful in two cases: a) Simply as a way to
171 objects supports but is interested in all of them
177 of the specified character. Each attribute is represented by a
185 if the index is invalid
199 text, i.e. the one at position length is a special case. It
202 not represent an existing character its bounding box is defined in
207 width being at least one pixel so that the bounding box is not
209 Note that the index 'length' is not always valid. Whether it is
210 or not is implementation dependent. It typically is when text is
212 behind the text. You can be sure that the index is valid after you
217 The valid range is 0..length.
225 if the index is invalid
255 that is rendered on to the display at that point.
259 is invalid or there is no character under the point.
265 <p>Returns the portion of the text that is selected.</p>
268 The returned text is the selected portion of the object's text.
269 If no text is selected when this method is called or when
270 selection is not supported an empty string is returned.
279 If there is no selection or selection is not supported the
290 If there is no selection or selection is not supported the
299 The old selection is replaced by the new selection.</p>
306 Typically the caret is moved to the position after the second
307 argument. When the caret is moved this is notified to the
313 The valid range is 0..length.
317 The valid range is 0..length.
321 <FALSE/> otherwise or when selection is not supported.
331 <p>Returns the complete text. This is equivalent to a call to
346 if nStartIndex is less or equal nEndIndex. If nEndIndex is
347 lower than nStartIndex, the result is the same as a call with
352 value, an empty string is returned.</p>
356 The valid range is 0..length.
360 The valid range is 0..length.
365 nStartIndex is less than or equal to nEndIndex.
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>
382 Index of the character whose containing text portion is to be
384 The valid range is 0..length.
392 or invalid when no appropriate text portion is found or text
393 type is invalid.
396 if the index is invalid
398 if the given text type is not valid.
406 <p>Returns the substring of the specified text type that is
412 <p>For example, if text type is <const
414 that is closest to and located before nIndex is returned.</p>
416 <p>If the index is valid, but no suitable word (or other text
417 type) is found, an empty text segment is returned.</p>
423 The valid range is 0..length.
431 or invalid when no appropriate text portion is found or text
432 type is invalid.
435 if the index is invalid.
437 if the given text type is not valid.
445 <p>Returns the substring of the specified text type that is
451 <p>For example, if text type is <const
453 that is closest to and located behind nIndex is returned.</p>
455 <p>If the index is valid, but no suitable word (or other text
456 type) is found, an empty string is returned.</p>
461 The valid range is 0..length.
469 or invalid when no appropriate text portion is found or text
470 type is invalid.
473 if the index is invalid
475 if the given text type is not valid.
483 <p>Copy the specified text into the clipboard. The text that is
484 copied is the same text that would have been selected by the
495 The valid range is 0..length.
499 The valid range is 0..length.