Lines Matching refs:of

9  * with the License.  You may obtain a copy of the License at
59 buttons, text entry fields, or text portions of the document window.
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
82 /** Return the position of the caret.
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>
94 /** Set the position of the caret.
97 position between two characters. Its position/offset is that of the
98 character to the right of it.</p>
101 selection. A change of the selection is notified to the
105 <p>When the new caret position differs from the old one (which, of
111 The new index of the caret. This caret is actually placed to
112 the left side of the character with that index. An index of 0
114 first character. An index of <member>getCharacterCount</member>
136 The index of the character to return.
150 <p>Returns a set of attributes that are associated for the character
152 large sets of attributes that the caller is not interested in the
153 caller has to provide a list of attributes that he wants to be
157 The index of the character for which to return its attributes.
161 This string sequence defines the set of attributes that the
171 objects supports but is interested in all of them
177 of the specified character. Each attribute is represented by a
179 object. The returned list of attribute descriptions contains
180 all attributes that are both members of the sequence of
194 /** Return the bounding box of the specified position.
196 <p>Returns the bounding box of the indexed character.</p>
198 <p>The virtual character after the last character of the represented
204 the bounding box of some character when inserted at the end of the
205 text. Its height typically being the maximal height of all 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
231 /** Return the number of characters in the represented text.
233 <p>Returns the number of characters in the text represented by this
237 Returns the number of characters of this object's text. A zero
246 coordinate system of the object, return the zero-based index of
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
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.
274 /** Return the position of the start of the selection.
276 <p>Returns the index of the start of the selected text.</p>
280 position of selection start and end will be the same undefined
285 /** Return the position of the end of the selection.
287 <p>Returns the index of the end of the selected text.</p>
291 position of selection start and end will be the same undefined
301 <p>The selection encompasses the same string of text that
312 The first character of the new selection.
316 The position after the last character of the new selection.
355 Index of the first character to include in the returned string.
359 Index of the last character to exclude in the returned string.
375 <p>Returns the substring of the specified text type that contains
382 Index of the character whose containing text portion is to be
387 The type of the text portion to return. See
406 <p>Returns the substring of the specified text type that is
408 it. The result of this method should be same as a result for
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
426 The type of the text portion to return. See
445 <p>Returns the substring of the specified text type that is
447 it. The result of this method should be same as a result for
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.
464 The type of the text portion to return. See
490 the <type>XAccessibleEditableText</type> because of their
494 Start index of the text to copied into the clipboard.
498 End index of the text to copied into the clipboard.