RevisionCollection class

RevisionCollection class

A collection of Revision objects that represent revisions in the document. To learn more, visit the Track Changes in a Document documentation article.

Remarks

You do not create instances of this class directly. Use the Document.revisions property to get revisions present in a document.

Properties

NameDescription
countReturns the number of revisions in the collection.
groupsCollection of revision groups.
this[]

Methods

NameDescription
accept(criteria)Accepts revisions that match specified criteria.
acceptAll()Accepts all revisions in this collection.
reject(criteria)Rejects revisions that match specified criteria.
rejectAll()Rejects all revisions in this collection.

See Also