TextType 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 the format type of text content.
public enum class TextType
public enum TextType
type TextType =
Public Enum TextType
- Inheritance
-
TextType
Fields
Name | Value | Description |
---|---|---|
Text | 0 | Plain text content without markup. |
Html | 1 | HTML-formatted text content that may include markup. |