Word.Interfaces.RevisionsFilterLoadOptions interface     
Represents the current settings related to the display of reviewers' comments and revision marks in the document.
Remarks
Properties
| $all | Specifying   | 
| markup | Specifies a   | 
| view | Specifies a   | 
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
				Property Value
boolean
markup
Specifies a RevisionsMarkup value that represents the extent of reviewer markup displayed in the document.
markup?: boolean;
				Property Value
boolean
Remarks
view
Specifies a RevisionsView value that represents globally whether Word displays the original version of the document or the final version, which might have revisions and formatting changes applied.
view?: boolean;
				Property Value
boolean