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

If one of these is not implemented, such as IA2_TEXT_BOUNDARY_SENTENCE, S_FALSE is returned.

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.


Generated on Mon Mar 26 17:38:26 2007 for IAccessible2 API by  doxygen 1.4.6-NO