Page tree
Skip to end of metadata
Go to start of metadata

Description

This class is used to get and set Word change tracking settings for a document.

C#
vb.net

Remarks

You cannot create a new WordChangeTracking object. You must use Document.ChangeTracking to retrieve WordChangeTracking properties for a document.

The following sample gets the WordChangeTracking object of a document so you can start working with its properties.

Examples

C#
vb.net

Properties

Name

Description

DisplayRevisions

Sets or returns a boolean that represents whether or not Word will display revisions for this document.

LockRevisionMarkingState

Sets or returns a boolean that represents whether or not the current revision tracking state is locked.

PrintRevisions

Sets or returns a boolean that represents whether or not Word will print revision tracking markup when this document is printed.

ShowAnnotationRevisions

Sets or returns a boolean that represents whether or not Word will show annotations in this document.

ShowFormattingRevisions

Sets or returns a boolean that represents whether or not Word will show formatting revisions in this document.

ShowInkRevisions

Sets or returns a boolean that represents whether or not Word will show ink revisions in this document.

ShowInsertDeleteRevisions

Sets or returns a boolean that represents whether or not Word will show insert and delete revisions in this document.

ShowMarkupRevisions

Sets or returns a boolean that represents whether or not Word will show revision markup in this document.

TrackChanges

Sets or returns a boolean that represents whether or not Word will track changes for this document.
  • No labels