Share via


TextType Enum

Definition

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.

Applies to