Package | Description |
---|---|
com.groupdocs.comparison | |
com.groupdocs.comparison.options | |
com.groupdocs.comparison.result |
Modifier and Type | Method and Description |
---|---|
ChangeInfo[] |
Comparer.getChanges()
Gets list of changes between source and target file(s).
|
ChangeInfo[] |
Comparer.getChanges(GetChangeOptions getChangeOptions)
Gets list of changes between source and target file(s).
|
Modifier and Type | Method and Description |
---|---|
List<ChangeInfo> |
Document.getChanges()
List of changes.
|
Modifier and Type | Method and Description |
---|---|
void |
Document.setChanges(List<ChangeInfo> value)
List of changes.
|
Modifier and Type | Method and Description |
---|---|
ChangeInfo[] |
ApplyChangeOptions.getChanges()
List of changes that must be applied to the resulting document.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplyChangeOptions.setChanges(ChangeInfo[] value)
List of changes that must be applied to the resulting document.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplyChangeOptions.setChanges(List<ChangeInfo> value)
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 |
Constructor and Description |
---|
ApplyChangeOptions(List<ChangeInfo> changes)
Initializes a new instance of the @
ApplyChangeOptions class |
Modifier and Type | Method and Description |
---|---|
List<ChangeInfo> |
CategoryChange.getChanges()
Gets or sets the changes.
|
Modifier and Type | Method and Description |
---|---|
void |
CategoryChange.setChanges(List<ChangeInfo> value)
Gets or sets the changes.
|