GetCurrentWord

GetCurrentWord([type]) → { string }

Возвращает текущее слово.

Параметры:
Возвращает:
Тип string

Пример:

window.Asc.plugin.executeMethod ("GetCurrentWord", ["entirely"], function (res) {
    console.log (res)
});