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
| Name | Description |
|---|---|
| count | Returns the number of revisions in the collection. |
| groups | Collection of revision groups. |
| this[] |
Methods
| Name | Description |
|---|---|
| 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
- module Aspose.Words