webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"AccessibleText.idl";
Public Attributes | |
BSTR | text |
A copy of a segment of text taken from an enclosing paragraph. More... | |
long | start |
Index of the first character of the segment in the enclosing text. More... | |
long | end |
Index of the character following the last character of the segment in the enclosing text. More... | |
A structure containing a substring and the start and end offsets in the enclosing string.
IAccessibleText::newText and IAccessibleText::oldText return this struct.
long IA2TextSegment::end |
Index of the character following the last character of the segment in the enclosing text.
long IA2TextSegment::start |
Index of the first character of the segment in the enclosing text.