跳到主要内容

PasteText

Pastes text into the document.

Syntax

expression.PasteText(text);

expression - A variable that represents a Api class.

Parameters

NameRequired/OptionalData typeDefaultDescription
textRequiredstringA string value that specifies the text to be pasted into the document.

Returns

This method doesn't return any data.

Example

window.Asc.plugin.executeMethod ("PasteText", ["ONLYOFFICE for developers"]);