| Package | Description |
|---|---|
| com.groupdocs.comparison.words.revision |
Provides classes and interfaces for representing revisions and tracked changes in Word documents during the comparison process in GroupDocs.Comparison for Java.
|
| Modifier and Type | Method and Description |
|---|---|
List<RevisionInfo> |
ApplyRevisionOptions.getChanges()
Gets the list of revisions to be applied.
|
List<RevisionInfo> |
RevisionHandler.getRevisions()
Gets the list of all revisions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplyRevisionOptions.setChanges(List<RevisionInfo> changes)
Sets the list of revisions to be applied.
|
| Constructor and Description |
|---|
ApplyRevisionOptions(List<RevisionInfo> changes)
Instantiates a new ApplyRevisionOptions object with the specified list of revisions.
|
ApplyRevisionOptions(List<RevisionInfo> changes,
RevisionAction revisionAction)
Instantiates a new ApplyRevisionOptions object with the specified list of revisions and a common revision action.
|
Copyright © 2024. All rights reserved.