RevisionsFilter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the current settings related to display of reviewers’ comments and revision marks in the document.
public interface class RevisionsFilter
[System.Runtime.InteropServices.Guid("D523C26B-7278-4FA9-AA0B-0827DC8B41CE")]
public interface RevisionsFilter
type RevisionsFilter = interface
Public Interface RevisionsFilter
- Attributes
Remarks
Use the RevisionsFilter property to return a RevisionsFilter object.
Properties
Markup |
Returns or sets a WdRevisionsMarkup constant that specifies the extent of reviewer markup displayed in the document. Read/write. |
Reviewers |
Returns a Reviewers object that represents the collection of reviewers of one or more documents. |
View |
Sets or returns a WdRevisionsView constant that represents the global option that specifies whether Word displays the original version of a document or the final version, which might have revisions and formatting changes applied. Read/write. |
Methods
ToggleShowAllReviewers() |
Shows or hides all revisions in a document that contains comments and tracked changes. |