346
edits
| Line 13: | Line 13: | ||
{| summary="Method to get text attributes" border="1" cellspacing="1" cellpadding="1" | {| summary="Method to get text attributes" border="1" cellspacing="1" cellpadding="1" | ||
! API | ! API | ||
! Attributes | ! Attributes for a text range | ||
! Attributes | ! Attributes for entire object | ||
|- | |- | ||
| Internal XPCOM | | Internal XPCOM | ||
| Line 30: | Line 30: | ||
| | | | ||
<pre> | <pre> | ||
HRESULT get_attributes(in long offset, | HRESULT | ||
get_attributes(in long offset, | |||
long *rangeStartOffset, | |||
long *rangeEndOFfset, | |||
BSTR *textAttributes);</pre> | |||
| | | | ||
Not supported: | |||
For IA2 we will combine into the range attributes. | |||
|- | |- | ||
| Line 41: | Line 44: | ||
| | | | ||
<pre> | <pre> | ||
string getAttributes(in long offset, | string | ||
getAttributes(in long offset, | |||
out long *rangeStartOffset, | |||
out long *rangeEndOffset);</pre> | |||
| | | | ||
<pre>string getDefaultAttributes();</pre> | <pre>string getDefaultAttributes();</pre> | ||
edits