Wisej.Web.TextDataFormat
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Specifies the formats used with text-related methods of the Clipboard and DataObject classes.
Name | Description |
---|---|
Name | Description |
---|---|
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.
Retrieves text data from the data object in the format indicated by the specified TextDataFormat value.
Indicates whether the data object contains text data in the format indicated by the specified TextDataFormat value.
Adds text data to the data object in the format indicated by the specified TextDataFormat value.
Indicates whether there is text data on the Clipboard in the format indicated by the specified TextDataFormat value.
Retrieves text data from the Clipboard in the format indicated by the specified TextDataFormat value.
Saves the text data in the format indicated by the specified TextDataFormat value to the clipboard.