Revision Members
Include Protected Members
Include Inherited Members
Represents a change marked with a revision mark.
The Revision type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word application. | |
Author | Returns the name of the user who made the specified tracked change. | |
Cells | Returns a Cells collection that represents the table cells that have been marked with revision marks. Read-only. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
Date | The date and time that the tracked change was made. | |
FormatDescription | Returns a String representing a description of tracked formatting changes in a revision. | |
Index | Returns an Integer that represents the position of an item in a collection. | |
MovedRange | Returns a Range object that represents a range of text that was moved from one place to another in a document with tracked changes. Read-only. | |
Parent | Returns an object that represents the parent object of the specified object. | |
Range | Returns a Range object that represents the portion of a document that's contained in the specified object. | |
Style | Returns a Style object that represents the style associated with the current author for revisions. | |
Type | Returns the revision type. |
Top
Methods
Name | Description | |
---|---|---|
Accept | Accepts the specified tracked change. The revision marks are removed, and the change is incorporated into the document. | |
Reject | Rejects the specified tracked change. The revision marks are removed, leaving the original text intact. |
Top