Package | Description |
---|---|
com.groupdocs.comparison.words.revision |
Modifier and Type | Method and Description |
---|---|
List<RevisionInfo> |
ApplyRevisionOptions.getChanges()
The list of revisions processed, which will be applied to the resulting document.
|
List<RevisionInfo> |
RevisionHandler.getRevisions()
Gets list of all revisions.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplyRevisionOptions.setChanges(List<RevisionInfo> changes)
The list of revisions processed, which will be applied to the resulting document.
|
Constructor and Description |
---|
ApplyRevisionOptions(List<RevisionInfo> changes)
Instantiates a new Apply revision options.
|
ApplyRevisionOptions(List<RevisionInfo> changes,
RevisionAction commonHandler)
Instantiates a new Apply revision options.
|
Copyright © 2022. All rights reserved.