Share via


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
Bb257707.methods(en-us,office.12).gif AcceptAll Accepts all the tracked changes in a document or range, removes all revision marks, and incorporates the changes into the document.
Bb257707.methods(en-us,office.12).gif Item Returns an individual Revision object in a collection.
Bb257707.methods(en-us,office.12).gif RejectAll Rejects all the tracked changes in a range. The revision marks are removed, leaving the original text intact.

Properties

  Name Description
Bb257707.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257707.properties(en-us,office.12).gif Count Returns a Long that represents the number of revisions in the collection. Read-only.
Bb257707.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb257707.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified Revisions object.