apply_changes method
Contents
[
Hide
]
apply_changes
Accepts or rejects changes and applies them to resultant document.
def apply_changes(self, file_path, apply_change_options):
...
Parameter | Type | Description |
---|---|---|
file_path | str | Result file path |
apply_change_options | groupdocs.comparison.options.ApplyChangeOptions | Apply change options |
apply_changes
Accepts or rejects changes and applies them to resultant document.
def apply_changes(self, document, apply_change_options):
...
Parameter | Type | Description |
---|---|---|
document | io.RawIOBase | Result document |
apply_change_options | groupdocs.comparison.options.ApplyChangeOptions | Apply change options |
apply_changes
Accepts or rejects changes and applies them to resultant document.
def apply_changes(self, file_path, save_options, apply_change_options):
...
Parameter | Type | Description |
---|---|---|
file_path | str | Result file path |
save_options | groupdocs.comparison.options.SaveOptions | Save options |
apply_change_options | groupdocs.comparison.options.ApplyChangeOptions | Apply change options |
apply_changes
Accepts or rejects changes and applies them to resultant document.
def apply_changes(self, document, save_options, apply_change_options):
...
Parameter | Type | Description |
---|---|---|
document | io.RawIOBase | Result document |
save_options | groupdocs.comparison.options.SaveOptions | Save options |
apply_change_options | groupdocs.comparison.options.ApplyChangeOptions | Apply change options |
See Also
- module
groupdocs.comparison
- class
Comparer