textUnit 枚举 (uiautomationcore.h)

包含指定用于导航的文本单位的值。

语法

typedef enum TextUnit {
  TextUnit_Character = 0,
  TextUnit_Format = 1,
  TextUnit_Word = 2,
  TextUnit_Line = 3,
  TextUnit_Paragraph = 4,
  TextUnit_Page = 5,
  TextUnit_Document = 6
} ;

常量

 
TextUnit_Character
值: 0
字符。
TextUnit_Format
值:1
格式。
TextUnit_Word
值: 2
Word。
TextUnit_Line
值: 3
线。
TextUnit_Paragraph
值: 4
段。
TextUnit_Page
值: 5
网页。
TextUnit_Document
值: 6
Document。

要求

要求
最低受支持的客户端 Windows XP [仅限桌面应用]
最低受支持的服务器 Windows Server 2003 [仅限桌面应用]
标头 uiautomationcore.h (包括 UIAutomation.h)

另请参阅

文本属性标识符