Edit

Share via


Word.Interfaces.RevisionsFilterUpdateData interface

An interface for updating data on the RevisionsFilter object, for use in revisionsFilter.set({ ... }).

Properties

markup

Specifies a RevisionsMarkup value that represents the extent of reviewer markup displayed in the document.

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.

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

[ API set: WordApiDesktop 1.4 ]

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"

Remarks

[ API set: WordApiDesktop 1.4 ]