Accessibility/TextAttributes: Difference between revisions

Line 18: Line 18:
| Internal XPCOM
| Internal XPCOM
|
|
<pre>
<pre style="margin-left: 0; padding-left: 0; border: 0; background-color: white;">
nsIPersistentProperties
nsIPersistentProperties
     getTextAttributes(in long offset,
     getTextAttributes(in long offset,
Line 24: Line 24:
                       out long rangeEndOffset);</pre>
                       out long rangeEndOffset);</pre>
|
|
<pre>nsIPersistentProperties
<pre style="margin-left: 0; padding-left: 0; border: 0; background-color: white;">
nsIPersistentProperties
   getDefaultTextAttributes();</pre>
   getDefaultTextAttributes();</pre>
|-
|-
| IAccessible2
| IAccessible2
|
|
<pre>
<pre style="margin-left: 0; padding-left: 0; border: 0; background-color: white;">
HRESULT
HRESULT
   get_attributes(in long offset,   
   get_attributes(in long offset,   
Line 38: Line 39:
Not supported:
Not supported:


For IA2 we will combine into the range attributes.
Combined into get_attributes() results.


|-
|-
| AT-SPI
| AT-SPI
|
|
<pre>
<pre style="margin-left: 0; padding-left: 0; border: 0; background-color: white;">
string
string
   getAttributes(in long offset,
   getAttributes(in long offset,
Line 49: Line 50:
                 out long *rangeEndOffset);</pre>
                 out long *rangeEndOffset);</pre>
|
|
<pre>string getDefaultAttributes();</pre>
<pre style="margin-left: 0; padding-left: 0; border: 0; background-color: white;">
string getDefaultAttributes();</pre>
|}
|}


346

edits