RevisionHandler constructor
Leave feedback
On this page
Initializes new instance of RevisionHandler class with the path to the file with revisions.
def __init__(self, file_path):
...
| Parameter | Type | Description |
|---|---|---|
| file_path | System.String | File path |
Initializes new instance of RevisionHandler class with a file stream with revisions.
def __init__(self, file):
...
| Parameter | Type | Description |
|---|---|---|
| file | io.RawIOBase | Source document stream |
- 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.