Returns text attributes specific to this Accessible object.
@param e an event object containing the following fields:<ul>
<li>in offset - the 0 based text offset for which to return attribute information</li>
<li>out start - the 0 based starting offset of the character range
over which all text attributes match those of offset</li>
<li>out end - the 0 based offset after the last character of the character range
over which all text attributes match those of offset</li>
<li>out textStyle - the TextStyle of the character range</li>
<li>out attributes - an array of alternating key and value Strings
that represent additional attributes that do not correspond to TextStyle fields</li>
</ul>
Returns text attributes specific to this Accessible object.
@param e an event object containing the following fields:<ul> <li>in offset - the 0 based text offset for which to return attribute information</li> <li>out start - the 0 based starting offset of the character range over which all text attributes match those of offset</li> <li>out end - the 0 based offset after the last character of the character range over which all text attributes match those of offset</li> <li>out textStyle - the TextStyle of the character range</li> <li>out attributes - an array of alternating key and value Strings that represent additional attributes that do not correspond to TextStyle fields</li> </ul>