| Package | Description |
|---|---|
| com.groupdocs.comparison |
The package provides classes to compare documents for all popular document formats.
|
| com.groupdocs.comparison.options |
Provides classes and interfaces for configuring various options and settings related to document comparison.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeInfo[] |
Comparer.getChanges()
Retrieves an array of
ChangeInfo objects representing the changes detected during the comparison process. |
ChangeInfo[] |
Comparer.getChanges(GetChangeOptions getChangeOptions)
Retrieves an array of
ChangeInfo objects representing the changes detected during the comparison process. |
| Modifier and Type | Method and Description |
|---|---|
List<ChangeInfo> |
Document.getChanges()
Gets a list of
ChangeInfo objects representing the changes detected during the comparison process. |
| Modifier and Type | Method and Description |
|---|---|
void |
Document.setChanges(List<ChangeInfo> value)
Sets a list of
ChangeInfo objects representing the changes detected during the comparison process. |
| Modifier and Type | Method and Description |
|---|---|
ChangeInfo[] |
ApplyChangeOptions.getChanges()
Gets an array of changes that must be applied to the resulting document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplyChangeOptions.setChanges(ChangeInfo[] value)
Sets an array of changes that must be applied to the resulting document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplyChangeOptions.setChanges(List<ChangeInfo> value)
Sets a list of changes that must be applied to the resulting document.
|
| Constructor and Description |
|---|
ApplyChangeOptions(ChangeInfo[] changes)
Initializes a new instance of the ApplyChangeOptions class with array of changes.
|
| Constructor and Description |
|---|
ApplyChangeOptions(List<ChangeInfo> changes)
Initializes a new instance of the ApplyChangeOptions class with list of changes.
|
Copyright © 2024. All rights reserved.