LibreOffice Module winaccessibility (master) 1
Public Attributes | List of all members
IA2TextSegment Struct Reference

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

import"ia2_api_all.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.

Definition at line 2336 of file ia2_api_all.idl.

Member Data Documentation

◆ end

long IA2TextSegment::end

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

Definition at line 2339 of file ia2_api_all.idl.

◆ start

long IA2TextSegment::start

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

Definition at line 2338 of file ia2_api_all.idl.

◆ text

BSTR IA2TextSegment::text

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

Definition at line 2337 of file ia2_api_all.idl.


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