Click or drag to resize
ShowRevisions Property

Sets or retrieves a value that indicates whether the current Word document displays revisions written by users.

Syntax

[ JavaScript ]

document.getElementById("AceoffixCtrl1").ShowRevisions

Remarks

Boolean type.

The property is read/write.

Note Note

This property only applies to Word.

Example
JavaScript
document.getElementById("AceoffixCtrl1").ShowRevisions = true;
See Also