AccessibleText.idl File Reference


Classes

struct  IA2TextSegment
 A structure containing a substring and the start and end offsets in the enclosing string. More...
interface  IAccessibleText
 This interface gives read-only access to text. More...

Enumerations

enum  IA2TextCoordinateType {
  IA2_COORDTYPE_SCREEN_RELATIVE,
  IA2_COORDTYPE_PARENT_RELATIVE
}
enum  IA2TextBoundaryType {
  IA2_TEXT_BOUNDARY_CHAR,
  IA2_TEXT_BOUNDARY_WORD,
  IA2_TEXT_BOUNDARY_SENTENCE,
  IA2_TEXT_BOUNDARY_PARAGRAPH,
  IA2_TEXT_BOUNDARY_LINE,
  IA2_TEXT_BOUNDARY_ALL
}
 Defines values to specify a text boundary type. More...

Enumeration Type Documentation

enum IA2TextBoundaryType
 

Defines values to specify a text boundary type.

Enumerator:
IA2_TEXT_BOUNDARY_CHAR  =0,
IA2_TEXT_BOUNDARY_WORD  Range is from start of one word to the start of another word.
IA2_TEXT_BOUNDARY_SENTENCE  Range is from start of one sentence to the start of another sentence.
IA2_TEXT_BOUNDARY_PARAGRAPH  Range is from start of one paragraph to the start of another paragraph.
IA2_TEXT_BOUNDARY_LINE  Range is from start of one line to the start of another line. This often means that an end-of-line character will appear at the end of the range. However in the case of some apps an end-of-line character indicates the end of a paragraph and the lines composing the paragraph, other than the last line, do not contain an end of line character.
IA2_TEXT_BOUNDARY_ALL  Using this value will cause all text to be returned.

enum IA2TextCoordinateType
 

Enumerator:
IA2_COORDTYPE_SCREEN_RELATIVE  The returned coordinates are relative to the screen.
IA2_COORDTYPE_PARENT_RELATIVE  The returned coordinates are relative to the upper left corner of parent's bounding box.


Generated on Sat Dec 2 00:45:21 2006 for IAccessible2 API by  doxygen 1.4.6-NO