ClipboardData module
- class ClipboardData.ClipboardData
Bases:
SpireObjectRepresents clipboard data.
- Clone() SpireObject
Creates a copy of the current object. :returns: A copy of the current object.
- property Format: int
Gets or sets the clipboard format.
- Parse(stream: Stream)
Parses the clipboard data from a stream. :param stream: The stream to parse from.
- Serialize(stream: Stream) int
Serializes the clipboard data to a stream. :param stream: The stream to serialize to.
- Returns:
The number of bytes written to the stream.
