TextRangeUnit
TextRangeUnit
TextRangeUnit
TextRangeUnit
Enum
Definition
Specifies the units to use when navigating a text range.
public : enum class TextRangeUnitpublic enum TextRangeUnitPublic Enum TextRangeUnit// You can use this enum in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| AllCaps AllCaps AllCaps AllCaps | Text in all uppercase. |
| Bold Bold Bold Bold | Bold text. |
| Character Character Character Character | A single character. |
| CharacterFormat CharacterFormat CharacterFormat CharacterFormat | A text run of characters that all have identical character formatting properties. |
| Cluster Cluster Cluster Cluster | A complex-script cluster (occurs, for example, in Indic scripts). |
| Disabled Disabled Disabled Disabled | Disabled text. |
| FontBound FontBound FontBound FontBound | Text is in a font-bound font. That is, characters that can't be displayed with the current font were assigned a different font that could display the characters. |
| HardParagraph HardParagraph HardParagraph HardParagraph | A paragraph that is ended by a carriage return (CR) or carriage return/line feed (CR/LF). |
| Hidden Hidden Hidden Hidden | Hidden text. |
| Imprint Imprint Imprint Imprint | Imprinted (engraved) text. |
| Italic Italic Italic Italic | Italic text. |
| Line Line Line Line | A single line of text on a display, provided that the display is associated with the range. If no display is associated with a range, Line is treated as Paragraph. A selection automatically has a display. |
| Link Link Link Link | Hyperlink text. |
| LinkProtected LinkProtected LinkProtected LinkProtected | Characters in one or more contiguous, friendly-name hyperlinks. To work with single links that might be adjacent, use the Link unit. |
| Object Object Object Object | An embedded object. |
| Outline Outline Outline Outline | Outline text. |
| Paragraph Paragraph Paragraph Paragraph | A string of text terminated by an end-of-paragraph mark, such as carriage return/line feed (CR/LF), carriage return (CR), vertical tab(VT), line feed (LF), form feed (FF), or the Unicode paragraph separator (0x2029). |
| ParagraphFormat ParagraphFormat ParagraphFormat ParagraphFormat | A text run of characters that all have identical paragraph formatting properties. |
| ProtectedText ProtectedText ProtectedText ProtectedText | Protected text. |
| Revised Revised Revised Revised | Revised text. |
| Screen Screen Screen Screen | The contents of a screen. Typically, a screen is the amount of content associated with the Page Up or Page Down key. |
| Section Section Section Section | A section. |
| Sentence Sentence Sentence Sentence | A string of text that meets the following criteria:
|
| Shadow Shadow Shadow Shadow | Shadow text. |
| SmallCaps SmallCaps SmallCaps SmallCaps | Text in small caps. |
| Story Story Story Story | A story, which is a contiguous range of text in a document. For example, a story can contain one of the various parts of a document, such as the main text of a document, headers and footers, footnotes, or annotations. In a rich edit control, there is only one story per document, although a client can use multiple documents to represent multiple stories. |
| Strikethrough Strikethrough Strikethrough Strikethrough | Strikethrough text. |
| Subscript Subscript Subscript Subscript | Text in the subscript character format. |
| Superscript Superscript Superscript Superscript | Text in the superscript character format. |
| Underline Underline Underline Underline | Underlined text. |
| Window Window Window Window | The characters between the upper-left and lower-right corners of the window. |
| Word Word Word Word | A span of alphanumeric characters, an end of paragraph, or punctuation that includes any blanks that follow. |