GetAllComments

GetAllComments() → { Array.<comment> }

Возвращает все комментарии из документа.

Параметры:
Этот метод не имеет параметров.
Возвращает:
Тип Array.<comment>

Пример:

window.Asc.plugin.executeMethod ("GetAllComments", null, function (comments) {
    Comments = comments;
    addComments (comments);
});