Skip to main content

SetDisplayModeInReview

Sets the display mode for track changes.

Syntax

expression.SetDisplayModeInReview(sMode);

expression - A variable that represents a Api class.

Parameters

NameRequired/OptionalData typeDefaultDescription
sModeOptionalstring"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

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