'DeclarationPublic Enum TextType Inherits System.Enum
public enum TextType : System.Enum
'DeclarationPublic Enum TextType Inherits System.Enum
public enum TextType : System.Enum
| Member | Value | Description |
|---|---|---|
| HTML | 2 | Use HTML |
| PlainText | 0 | Use plain text |
| RTF | 1 | Use RTF |
| XML | 3 | Use XML |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.TextType