RevisionHandler class
Leave feedback
On this page
Represents the main class that controls revision handling.
The RevisionHandler type exposes the following members:
| Constructor | Description |
|---|---|
| init | Initializes new instance of RevisionHandler class with the path to the file with revisions. |
| init | Initializes new instance of RevisionHandler class with a file stream with revisions. |
| Method | Description |
|---|---|
| apply_revision_changes | Processes changes in revisions and applies them to the same file from which the revisions were taken. |
| apply_revision_changes | Processes changes in revisions, and the result is written to the specified file by path. |
| apply_revision_changes | Processes changes in revisions and the result is written to the document stream. |
| get_revisions | Gets list of all revisions. |
- module
groupdocs.comparison.words.revision - class
RevisionHandler
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.