Adding support to write RTF to clipboard.
This commit is contained in:
parent
a0792237a0
commit
acd5d40ab0
2 changed files with 17 additions and 0 deletions
|
@ -61,6 +61,12 @@ Returns the content in the clipboard as a [NativeImage](native-image.md).
|
|||
|
||||
Writes `image` to the clipboard.
|
||||
|
||||
### `clipboard.writeRtf(text)`
|
||||
|
||||
* `text` String
|
||||
|
||||
Writes the `text` into the clipboard in RTF.
|
||||
|
||||
### `clipboard.clear([type])`
|
||||
|
||||
* `type` String (optional)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue