| Package | Description |
|---|---|
| com.groupdocs.comparison |
The package provides classes to compare documents for all popular document formats.
|
| com.groupdocs.comparison.options.save |
Provides classes and options for saving and configuring the output of GroupDocs.Comparison.
|
| 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 the specified file with the target documents and writes a comparison result to the provided file path.
|
Path |
Comparer.compare(OutputStream outputStream,
SaveOptions saveOptions,
CompareOptions compareOptions)
Compares the specified file with the target documents and writes a comparison result to the provided output stream.
|
Path |
Comparer.compare(Path filePath,
SaveOptions saveOptions)
Compares the specified file with the target documents and writes a comparison result to the provided file path.
|
Path |
Comparer.compare(Path filePath,
SaveOptions saveOptions,
CompareOptions compareOptions)
Compares the specified file with the target documents and writes a comparison result to the provided file path.
|
Path |
Comparer.compare(SaveOptions saveOptions,
CompareOptions compareOptions)
Compares the specified file with the target documents without saving result.
|
Path |
Comparer.compare(String filePath,
SaveOptions saveOptions)
Compares the specified file with the target documents and writes a comparison result to the provided file path.
|
Path |
Comparer.compare(String filePath,
SaveOptions saveOptions,
CompareOptions compareOptions)
Compares the specified file with the target documents and writes a comparison result to the provided file path.
|
| Modifier and Type | Method and Description |
|---|---|
SaveOptions |
SaveOptions.Builder.build()
Returns the object that was created and configured along with the builder.
|
Copyright © 2024. All rights reserved.