Table of Contents

Enum TextDataFormat

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Specifies the formats used with text-related methods of the clipboard.

public enum TextDataFormat

Fields

CommaSeparatedValue = 3

Specifies a comma-separated value (CSV) format, which is a common interchange format used by spreadsheets.

Html = 2

Specifies text consisting of HTML data.

Rtf = 1

Specifies text consisting of rich text format (RTF) data.

Text = 0

Specifies the standard ANSI text format.

UnicodeText = 0

Specifies the standard Unicode text format.

Xaml = 4

Specifies that the text data is in the Xaml data format.