Lines Matching refs:of

9  * with the License.  You may obtain a copy of the License at
48 /** Implement this interface to expose the text markups of a text.
51 to expose text markups in a text, typically of a text document, that are
52 used to reference other (parts of) documents. For supporting the
53 <member>XAccessibleTextMarkup::getTextMarkupIndex</member> method of this
54 interface and other character related methods of the
65 /** Returns the number of text markup of the given text markup type
66 of a text.
69 markup type is out of valid range.</p>
72 This specifies the type of text markups, whose count should
76 The number of text markup of the given text markup type.
82 /** Returns the text segment of the text markup of the given index and
83 of the given text mark type
86 is out of valid range.</p>
88 markup type is out of valid range.</p>
94 This specifies the type of the text markup to be returned - see
99 the text segment - see <type>TextSegment</type> - of the text markup
100 of the given text markup type is returned.
107 /** returns a sequence of the text segments of the text markups at the given
108 character index and of the given text markup type.
111 index is out of range [0..number of characters in the text).</p>
113 markup type is out of valid range.</p>
119 This specifies the type of the text markups to be returned - see
123 If character index is in range [0..number of characters in the text-1],
124 a seguence of <type>TextSegment</type>s of the text markups at
125 given character index of the given text markup type are returned.