GetCurrentSentence

GetCurrentSentence([type]) → { string }

Returns the current sentence.

Parameters:

Name Type Default Description
type TextPartType "entirely"

Specifies if the whole sentence or only its part will be returned.

Returns:

Type
string

Example

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