PasteText
function PasteText(text: string): void
Description
Pastes text into the document.
Parameters
- text
string
A string value that specifies the text to be pasted into the document.
Returns
void
function PasteText(text: string): void
Pastes text into the document.
string
A string value that specifies the text to be pasted into the document.
void