apply_revision_changes method
Leave feedback
On this page
Processes changes in revisions and applies them to the same file from which the revisions were taken.
def apply_revision_changes(self, changes):
...
| Parameter | Type | Description |
|---|---|---|
| changes | groupdocs.comparison.words.revision.ApplyRevisionOptions | List of changed revisions |
Processes changes in revisions, and the result is written to the specified file by path.
def apply_revision_changes(self, file_path, changes):
...
| Parameter | Type | Description |
|---|---|---|
| file_path | System.String | Result file path |
| changes | groupdocs.comparison.words.revision.ApplyRevisionOptions | List of changed revisions |
Processes changes in revisions and the result is written to the document stream.
def apply_revision_changes(self, document, changes):
...
| Parameter | Type | Description |
|---|---|---|
| document | io.RawIOBase | Result document |
| changes | groupdocs.comparison.words.revision.ApplyRevisionOptions | List of changed 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.