AcceptReviewChanges

AcceptReviewChanges([isAll])

Accepts review changes.

Parameters:

Name Type Default Description
isAll boolean false

Specifies if all changes will be accepted (true) or only changes from the current selection (false).

Returns:

This method doesn't return any data.

Example

Copy code
window.Asc.plugin.executeMethod ("AcceptReviewChanges", [true]);