[]
Paste text or document fragment at the selection location asynchronously.
public Task PasteTextAsync(string text = null)
| Type | Name | Description |
|---|---|---|
| string | text | Optional text string containing the text to paste. If null, the text is taken from the clipboard. |
| Type | Description |
|---|---|
| Task |