webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
IA2TextSegment Struct Reference

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...
 

Detailed Description

A structure containing a substring and the start and end offsets in the enclosing string.

IAccessibleText::newText and IAccessibleText::oldText return this struct.

Member Data Documentation

◆ end

long IA2TextSegment::end

Index of the character following the last character of the segment in the enclosing text.

◆ start

long IA2TextSegment::start

Index of the first character of the segment in the enclosing text.

◆ text

BSTR IA2TextSegment::text

A copy of a segment of text taken from an enclosing paragraph.


The documentation for this struct was generated from the following file: