TextDataFormat
Wisej.Web.TextDataFormat
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Specifies the formats used with text-related methods of the Clipboard and DataObject classes.
Fields
CommaSeparatedValue
Specifies a comma-separated value (CSV) format, which is a common interchange format used by spreadsheets.
Html
Specifies text consisting of HTML data.
Rtf
Specifies text consisting of rich text format (RTF) data.
Text
Specifies the standard ANSI text format.
UnicodeText
Specifies the standard Unicode text format.
Used By
Last updated