Package | Description |
---|---|
com.groupdocs.comparison | |
com.groupdocs.comparison.options.save |
Modifier and Type | Method and Description |
---|---|
void |
Comparer.applyChanges(OutputStream document,
SaveOptions saveOptions,
ApplyChangeOptions applyChangeOptions)
Accepts or rejects changes and applies them to resultant document.
|
void |
Comparer.applyChanges(Path filePath,
SaveOptions saveOptions,
ApplyChangeOptions applyChangeOptions)
Accepts or rejects changes and applies them to resultant document.
|
void |
Comparer.applyChanges(String filePath,
SaveOptions saveOptions,
ApplyChangeOptions applyChangeOptions)
Accepts or rejects changes and applies them to resultant document.
|
Path |
Comparer.compare(OutputStream document,
SaveOptions saveOptions)
Compares documents and save result to file stream
|
Path |
Comparer.compare(OutputStream outputStream,
SaveOptions saveOptions,
CompareOptions compareOptions)
Compares documents and saves result to a stream.
|
Path |
Comparer.compare(Path filePath,
SaveOptions saveOptions)
Compares documents and save result to file path
|
Path |
Comparer.compare(Path filePath,
SaveOptions saveOptions,
CompareOptions compareOptions)
Compares documents and saves result to file path
|
Path |
Comparer.compare(SaveOptions saveOptions,
CompareOptions compareOptions)
Compares documents without saving result.
|
Path |
Comparer.compare(String filePath,
SaveOptions saveOptions)
Compares documents and save result to file path
|
Path |
Comparer.compare(String filePath,
SaveOptions saveOptions,
CompareOptions compareOptions)
Compares documents and saves result to file path
|
Modifier and Type | Method and Description |
---|---|
SaveOptions |
SaveOptions.Builder.build()
Build save options.
|
Copyright © 2022. All rights reserved.