Package | Description |
---|---|
com.groupdocs.comparison.words.revision |
Modifier and Type | Method and Description |
---|---|
void |
RevisionHandler.applyRevisionChanges(ApplyRevisionOptions changes)
Processes changes in revisions and applies them to the same file from which the revisions were taken.
|
void |
RevisionHandler.applyRevisionChanges(OutputStream document,
ApplyRevisionOptions changes)
Processes changes in revisions and the result is written to the document stream.
|
void |
RevisionHandler.applyRevisionChanges(Path filePath,
ApplyRevisionOptions changes)
Processes changes in revisions, and the result is written to the specified file by path.
|
void |
RevisionHandler.applyRevisionChanges(String filePath,
ApplyRevisionOptions changes)
Processes changes in revisions, and the result is written to the specified file by path.
|
Copyright © 2022. All rights reserved.