Enum TextDataFormat
Specifies the formats used with text-related methods of the clipboard.
public enum TextDataFormat
Fields
CommaSeparatedValue = 3Specifies a comma-separated value (CSV) format, which is a common interchange format used by spreadsheets.
Html = 2Specifies text consisting of HTML data.
Rtf = 1Specifies text consisting of rich text format (RTF) data.
Text = 0Specifies the standard ANSI text format.
UnicodeText = 0Specifies the standard Unicode text format.
Xaml = 4Specifies that the text data is in the Xaml data format.