IAccessible2 API  Version 1.3
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

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.

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:
Generated on Wed Jul 10 2013 09:47:25 for IAccessible2 API Version 1.3 by  doxygen 1.8.3.1