Enum TextUnit
Represents pre-defined units of text for the purposes of navigation within a document.
Namespace: System.Windows.Automation.Text
Assembly: OpenSilver.dll
Syntax
public enum TextUnit
Fields
Name | Description |
---|---|
Character | Specifies that the text unit is one character in length. |
Document | Specifies that the text unit is an entire document in length. |
Format | Specifies that the text unit is the length of a single, common format specification, such as bold, italic, or similar. |
Line | Specifies that the text unit is one line in length. |
Page | Specifies that the text unit is one document-specific page in length. |
Paragraph | Specifies that the text unit is one paragraph in length. |
Word | Specifies that the text unit is one word in length. |