apply_changes method

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 System.String 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, stream, apply_change_options):
    ...
Parameter Type Description
stream io.RawIOBase
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 System.String 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, stream, save_options, apply_change_options):
    ...
Parameter Type Description
stream io.RawIOBase
save_options groupdocs.comparison.options.SaveOptions Save options
apply_change_options groupdocs.comparison.options.ApplyChangeOptions Apply change options

See Also