Clipboard |
public static class ClipboardSerialization
The ClipboardSerialization type exposes the following members.
| Name | Description | |
|---|---|---|
| DeserializeObjectFromStringT | Deserializes an object from a string containing Altaxo's XML format. | |
| GetObjectFromClipboard(String) | Gets an object from the clipboard. | |
| GetObjectFromClipboardT(String) | Gets an object of a certain type from the clipboard. | |
| IsClipboardFormatAvailable | Determines whether data in the given clipboard format is available. | |
| PutObjectToClipboard(IEnumerableString, Object) | Puts an object to the clipboard. | |
| PutObjectToClipboard(String, Object) | Puts an object to the clipboard. | |
| PutObjectToDataObject(IEnumerableString, Object, IClipboardSetDataObject) | Puts an object into the provided dataObject, using one or more clipboard formats. | |
| PutObjectToDataObject(String, Object, IClipboardSetDataObject) | Puts an object into the provided dataObject. | |
| SerializeToStringBuilder | Serializes the provided object toSerialize into a new StringBuilder. |