RevisionHandler class
RevisionHandler class
Represents the main class that controls revision handling.
The RevisionHandler type exposes the following members:
Constructors
| 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. |
Methods
| 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. |
See Also
- module
groupdocs.comparison.words.revision - class
RevisionHandler