Try now New API BETA
Try out the new view and capabilities of the API documentation
Returns all the comments from the document.
This method doesn't have any parameters.
window.Asc.plugin.executeMethod ("GetAllComments", null, function (comments) { Comments = comments; addComments (comments); });