Lines Matching refs:p

57     <p>The <type>XAccessibleText</type> interface should be implemented by
63 interface.</p>
65 <p>The text length, i.e. the number of characters in the text, is
71 use indices from 0 to length.</p>
73 <p>Please note that accessible text does not necessarily support
76 current cursor position.</p>
84 <p>Returns the offset of the caret. The caret is often called text
86 Its position/offset is that of the character to the right of it.</p>
96 <p>The caret is often called text cursor. The caret is actually the
98 character to the right of it.</p>
100 <p>Setting the caret position may or may not alter the current
103 <const>AccessibleEventId::ACCESSIBLE_SELECTION_EVENT</const>.</p>
105 <p>When the new caret position differs from the old one (which, of
108 <const>AccessibleEventId::ACCESSIBLE_CARET_EVENT</const>.</p>
133 <p>Returns the character at the given index.</p>
150 <p>Returns a set of attributes that are associated for the character
154 returned.</p>
167 <p>An empty sequence signals the callers interest in all the
172 nevertheless.</p>
196 <p>Returns the bounding box of the indexed character.</p>
198 <p>The virtual character after the last character of the represented
214 for this index.</p>
233 <p>Returns the number of characters in the text represented by this
234 object or, in other words, the text length.</p>
245 <p>Given a point in local coordinates, i.e. relative to the
251 implemented in a more efficient way.</p>
265 <p>Returns the portion of the text that is selected.</p>
276 <p>Returns the index of the start of the selected text.</p>
287 <p>Returns the index of the end of the selected text.</p>
298 <p>Sets the selected text portion according to the given indices.
299 The old selection is replaced by the new selection.</p>
301 <p>The selection encompasses the same string of text that
303 selected. See there for details.</p>
305 <p>Setting the selection may or may not change the caret position.
309 <const>AccessibleEventId::ACCESSIBLE_CARET_EVENT</const>.</p>
331 <p>Returns the complete text. This is equivalent to a call to
333 zero and <code>getCharacterCount()-1</code>.</p>
342 <p>Returns the substring between the two given indices.</p>
344 <p>The substring starts with the character at nStartIndex
348 the two arguments being exchanged.</p>
350 <p>The whole text can be requested by passing the indices zero and
352 value, an empty string is returned.</p>
375 <p>Returns the substring of the specified text type that contains
379 empty string if no word is found at the that position.</p>
406 <p>Returns the substring of the specified text type that is
410 suitably decreased index value.</p>
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>
445 <p>Returns the substring of the specified text type that is
449 suitably increased index value.</p>
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>
483 <p>Copy the specified text into the clipboard. The text that is
485 <member>XAccessibleText::getTextRange</member> method. </p>
487 <p>The other clipboard related methods
491 destructive nature.</p>