Name | Description | |
---|---|---|
ContainsData | Queries whether data is present in the specified format on the clipbard. | |
ContainsRaster | Queries whether data is present in Raster format on the clipbard. | |
ContainsRTF | Queries whether data is present in RTF format on the clipbard. | |
ContainsText | Queries whether data is present in Text format on the clipbard. | |
GetData | Tries to get data in the specified format. Returns null, if data in the specified format does not exists on the clipboard or its retrieval failed. Returns a format specific object instance in case the data was successfully retrived. | |
GetDataObject | Gets the data object that is on the clipboard | |
GetRaster | Tries to get a raster from the clipboard. Returns null, if data in raster format does not exists on the clipboard or its retrieval failed. Returns a raster in case the data was successfully retrived. | |
GetRTF | Tries to get a RTF byte array from the clipboard. Returns null, if data in RTF format does not exists on the clipboard or its retrieval failed. Returns a RTF byte array in case the data was successfully retrived. | |
GetText | Tries to get a string from the clipboard. Returns null, if data in Text format does not exists on the clipboard or its retrieval failed. Returns a text string in case the data was successfully retrived. | |
SetData | Sets a data object in the specified data format on the clipboard | |
SetDataObject | Sets the specified data object to the clipbard. | |
SetRaster | Sets the specified raster on the clipboard. | |
SetRTF | Sets the specified RTF on the clipboard | |
SetText | Sets the specified text string on the clipboard |