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 ドキュメントです。 |
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP (デスクトップ アプリのみ) |
サポートされている最小のサーバー | Windows Server 2003 (デスクトップ アプリのみ) |
Header | uiautomationcore.h (UIAutomation.h を含む) |