Revision Object Members
Word Developer Reference |
Represents a change marked with a revision mark. The Revision object is a member of the Revisions collection. The Revisions collection includes all the revision marks in a range or document.
Methods
Name | Description | |
---|---|---|
Accept | Accepts the specified tracked change, removes the revision mark, and incorporates the change into the document. | |
Reject | Rejects the specified tracked change. The revision marks are removed, leaving the original text intact. |
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Word application. | |
Author | Returns the name of the user who made the specified tracked change. Read-only String. | |
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. Read-only Long. | |
Date | The date and time that the tracked change was made. Read-only Date. | |
FormatDescription | Returns a String representing a description of tracked formatting changes in a revision. Read-only. | |
Index | Returns a Long that represents the position of an item in a collection. Read-only. | |
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 Revision object. | |
Range | Returns a Range object that represents the portion of a document that's contained within a revision mark. | |
Style | Returns a Style object that represents the style associated with a revision mark. | |
Type | Returns the revision type. Read-only WdRevisionType. |