Adding support to write RTF to clipboard.

This commit is contained in:
Vjekoslav Ratkajec 2016-02-04 19:38:47 +01:00
parent a0792237a0
commit acd5d40ab0
2 changed files with 17 additions and 0 deletions

View file

@ -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)