Skip to main content
Version: 3.5

DataFormats

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides static, predefined Clipboard, format names. Use them to identify the format of data that you store in an IDataObject.

public class DataFormats

Fields

NameTypeDescription
BitmapStringSpecifies the bitmap format. This static field is read-only.
CommaSeparatedValueStringSpecifies a comma-separated value (CSV) format, which is a common interchange format used by spreadsheets. This static field is read-only.
DibStringSpecifies the device-independent bitmap (DIB) format. This static field is read-only.
DifStringSpecifies the Windows Data Interchange Format (DIF). This static field is read-only.
DownloadURLStringSpecifies the html5 file drag format. This static field is read-only.
EnhancedMetafileStringSpecifies the enhanced metafile format. This static field is read-only.
FileDropStringSpecifies the Windows file drop format. This static field is read-only.
FilesStringSpecifies the html5 file drop format. This static field is read-only.
HtmlStringSpecifies text in the HTML Clipboard format. This static field is read-only.
LocaleStringSpecifies the culture format. This static field is read-only.
MetafilePictStringSpecifies the Windows metafile format. This static field is read-only.
OemTextStringSpecifies the standard original equipment manufacturer (OEM) text format. This static field is read-only.
PaletteStringSpecifies the Windows palette format. This static field is read-only.
PenDataStringSpecifies the pen data format, which consists of pen strokes for handwriting software. This static field is read-only.
RiffStringSpecifies the Resource Interchange File Format (RIFF) audio format. This static field is read-only.
RtfStringSpecifies text consisting of Rich Text Format (RTF) data. This static field is read-only.
StringFormatStringSpecifies the format used to store string objects. This static field is read-only.
SymbolicLinkStringSpecifies the symbolic link format. This static field is read-only.
TextStringSpecifies the standard ANSI text format. This static field is read-only.
TiffStringSpecifies the Tagged Image File Format (TIFF). This static field is read-only.
UnicodeTextStringSpecifies the standard Unicode text format. This static field is read-only.
WaveAudioStringSpecifies the wave audio format. This static field is read-only.

Methods

Static memberGetFormat(name)

Returns a Format for the specified format.

ParameterTypeDescription
nameStringThe format name.

Returns: Format. A Format that has the numeric ID and the name of the format.

Static memberGetFormat(id)

Returns a Format for the specified ID.

ParameterTypeDescription
idInt32The format ID.

Returns: Format. A Format that has the requested numeric ID and the name of the format.