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 |
---|---|
Sets or returns a boolean that represents whether or not Word will display revisions for this document. |
|
Sets or returns a boolean that represents whether or not the current revision tracking state is locked. |
|
Sets or returns a boolean that represents whether or not Word will print revision tracking markup when this document is printed. |
|
Sets or returns a boolean that represents whether or not Word will show annotations in this document. |
|
Sets or returns a boolean that represents whether or not Word will show formatting revisions in this document. |
|
Sets or returns a boolean that represents whether or not Word will show ink revisions in this document. |
|
Sets or returns a boolean that represents whether or not Word will show insert and delete revisions in this document. |
|
Sets or returns a boolean that represents whether or not Word will show revision markup in this document. |
|
Sets or returns a boolean that represents whether or not Word will track changes for this document. |