Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains values that specify units of text for the purposes of navigation.
Syntax
typedef enum TextUnit {
TextUnit_Character = 0,
TextUnit_Format = 1,
TextUnit_Word = 2,
TextUnit_Line = 3,
TextUnit_Paragraph = 4,
TextUnit_Page = 5,
TextUnit_Document = 6
} ;
Constants
TextUnit_CharacterValue: 0 Character. |
TextUnit_FormatValue: 1 Format. |
TextUnit_WordValue: 2 Word. |
TextUnit_LineValue: 3 Line. |
TextUnit_ParagraphValue: 4 Paragraph. |
TextUnit_PageValue: 5 Page. |
TextUnit_DocumentValue: 6 Document. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | uiautomationcore.h (include UIAutomation.h) |