TextSetOptions
TextSetOptions
TextSetOptions
TextSetOptions
Enum
Definition
Specifies options for setting the text in a text range.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class TextSetOptionspublic enum TextSetOptionsPublic Enum TextSetOptions// You can use this enum in JavaScript.
- Attributes
-
System.FlagsAttribute ContractVersionAttribute
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| ApplyRtfDocumentDefaults ApplyRtfDocumentDefaults ApplyRtfDocumentDefaults ApplyRtfDocumentDefaults | Apply the Rich Text Format (RTF) default settings for the document. Rich Text Format (RTF) often contains document default properties. These properties are typically ignored when inserting Rich Text Format (RTF) (as distinguished from opening an Rich Text Format (RTF) file). |
| CheckTextLimit CheckTextLimit CheckTextLimit CheckTextLimit | Obey the current text limit instead of increasing the limit to fit. |
| FormatRtf FormatRtf FormatRtf FormatRtf | Treat input text as Rich Text Format (RTF) (the Rich Text Format (RTF) text will be validated). |
| None None None None | No text setting option is specified. |
| Unhide Unhide Unhide Unhide | Don't insert as hidden text. |
| UnicodeBidi UnicodeBidi UnicodeBidi UnicodeBidi | Use the Unicode bidirectional algorithm. |
| Unlink Unlink Unlink Unlink | Don't include text as part of a hyperlink. |