Edit

Share via


Word.Interfaces.RevisionsFilterLoadOptions interface

Represents the current settings related to the display of reviewers' comments and revision marks in the document.

Remarks

[ API set: WordApiDesktop 1.4 ]

Properties

$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).

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

$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

[ 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?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]