TextSetOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies options for setting the text in a text range.
This enumeration supports a bitwise combination of its member values.
public enum class TextSetOptions
/// [System.Flags]
/// [Windows.Foundation.Metadata.Version(1)]
enum class TextSetOptions
[System.Flags]
[Windows.Foundation.Metadata.Version(1)]
public enum TextSetOptions
var value = Microsoft.UI.Text.TextSetOptions.none
Public Enum TextSetOptions
- Inheritance
-
TextSetOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No text setting option is specified. |
UnicodeBidi | 1 | Use the Unicode bidirectional algorithm. |
Unlink | 8 | Don't include text as part of a hyperlink. |
Unhide | 16 | Don't insert as hidden text. |
CheckTextLimit | 32 | Obey the current text limit instead of increasing the limit to fit. |
FormatRtf | 8192 | Treat input text as Rich Text Format (RTF) (the Rich Text Format (RTF) text will be validated). |
ApplyRtfDocumentDefaults | 16384 | 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). |