GetCurrentSentence

GetCurrentSentence([type]) → { string }

Возвращает текущее предложение.

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

Пример:

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