Revisions Object Members
Word Developer Reference |
A collection of Revision objects that represent the changes marked with revision marks in a range or document.
Methods
Name | Description | |
---|---|---|
![]() |
AcceptAll | Accepts all the tracked changes in a document or range, removes all revision marks, and incorporates the changes into the document. |
![]() |
Item | Returns an individual Revision object in a collection. |
![]() |
RejectAll | Rejects all the tracked changes in a range. The revision marks are removed, leaving the original text intact. |
Properties
Name | Description | |
---|---|---|
![]() |
Application | Returns an Application object that represents the Microsoft Word application. |
![]() |
Count | Returns a Long that represents the number of revisions in the collection. Read-only. |
![]() |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. |
![]() |
Parent | Returns an Object that represents the parent object of the specified Revisions object. |