PasteHtml
function PasteHtml(htmlText: string): void
Description
Pastes text in the HTML format into the document.
Parameters
- htmlText
string
A string value that specifies the text in the HTML format to be pasted into the document.
Returns
void
function PasteHtml(htmlText: string): void
Pastes text in the HTML format into the document.
string
A string value that specifies the text in the HTML format to be pasted into the document.
void