Expand description
Access the clipboard.
Structs§
- Image
image - A clipboard image.
Enums§
Functions§
- read
- Read the given
KindofContentfrom the clipboard. - read_
files - Read the current file paths of the clipboard.
- read_
html - Read the current HTML contents of the clipboard.
- read_
image image - Read the current
Imageof the clipboard. - read_
text - Read the current text contents of the clipboard.
- write
- Write the given
Contentto the clipboard.