DataFormats
Wisej.Web.DataFormats
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides static, predefined Clipboard, format names. Use them to identify the format of data that you store in an IDataObject.
Fields
Bitmap
Specifies the bitmap format. This static field is read-only.
CommaSeparatedValue
Specifies a comma-separated value (CSV) format, which is a common interchange format used by spreadsheets. This static field is read-only.
Dib
Specifies the device-independent bitmap (DIB) format. This static field is read-only.
Dif
Specifies the Windows Data Interchange Format (DIF). This static field is read-only.
DownloadURL
Specifies the html5 file drag format. This static field is read-only.
EnhancedMetafile
Specifies the enhanced metafile format. This static field is read-only.
FileDrop
Specifies the Windows file drop format. This static field is read-only.
Files
Specifies the html5 file drop format. This static field is read-only.
Html
Specifies text in the HTML Clipboard format. This static field is read-only.
Locale
Specifies the culture format. This static field is read-only.
MetafilePict
Specifies the Windows metafile format. This static field is read-only.
OemText
Specifies the standard original equipment manufacturer (OEM) text format. This static field is read-only.
Palette
Specifies the Windows palette format. This static field is read-only.
PenData
Specifies the pen data format, which consists of pen strokes for handwriting software. This static field is read-only.
Riff
Specifies the Resource Interchange File Format (RIFF) audio format. This static field is read-only.
Rtf
Specifies text consisting of Rich Text Format (RTF) data. This static field is read-only.
StringFormat
Specifies the format used to store string objects. This static field is read-only.
SymbolicLink
Specifies the symbolic link format. This static field is read-only.
Text
Specifies the standard ANSI text format. This static field is read-only.
Tiff
Specifies the Tagged Image File Format (TIFF). This static field is read-only.
UnicodeText
Specifies the standard Unicode text format. This static field is read-only.
WaveAudio
Specifies the wave audio format. This static field is read-only.
Methods
Returns a Format for the specified format.
name
The format name.
Returns: Format. A Format that has the numeric ID and the name of the format.
Returns a Format for the specified ID.
id
The format ID.
Returns: Format. A Format that has the requested numeric ID and the name of the format.
Last updated