SetDisplayModeInReview

SetDisplayModeInReview([sMode])

Sets the display mode for track changes.

Parameters:

Name Type Default Description
sMode string "edit"

The display mode:

  • edit - all changes are displayed,
  • simple - all changes are displayed but the balloons are turned off,
  • final - all accepted changes are displayed,
  • original - all rejected changes are displayed.

Returns:

This method doesn't return any data.

Example

Copy code
window.Asc.plugin.executeMethod ("SetDisplayModeInReview", ["edit"]);