| Package | Description |
|---|---|
| com.groupdocs.comparison |
The package provides classes to compare documents for all popular document formats.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Comparer.applyChanges(OutputStream document,
ApplyChangeOptions applyChangeOptions)
Accepts or rejects changes and applies them to resultant document.
|
void |
Comparer.applyChanges(OutputStream document,
SaveOptions saveOptions,
ApplyChangeOptions applyChangeOptions)
Accepts or rejects changes and applies them to resultant document.
|
void |
Comparer.applyChanges(Path filePath,
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,
ApplyChangeOptions applyChangeOptions)
Accepts or rejects changes and applies them to result document.
|
void |
Comparer.applyChanges(String filePath,
SaveOptions saveOptions,
ApplyChangeOptions applyChangeOptions)
Accepts or rejects changes and applies them to resultant document.
|
Copyright © 2024. All rights reserved.