Word.Interfaces.RevisionsFilterUpdateData interface
An interface for updating data on the RevisionsFilter object, for use in revisionsFilter.set({ ... }).
Properties
| markup | Specifies a |
| view | Specifies a |
Property Details
markup
Specifies a RevisionsMarkup value that represents the extent of reviewer markup displayed in the document.
markup?: Word.RevisionsMarkup | "None" | "Simple" | "All";
Property Value
Word.RevisionsMarkup | "None" | "Simple" | "All"
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?: Word.RevisionsView | "Final" | "Original";
Property Value
Word.RevisionsView | "Final" | "Original"