| 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 |
|---|---|
void |
RevisionHandler.applyRevisionChanges(ApplyRevisionOptions changes)
Processes changes in revisions and applies them to the original file.
|
void |
RevisionHandler.applyRevisionChanges(OutputStream outputStream,
ApplyRevisionOptions changes)
Processes changes in revisions and writes the result to the document stream.
|
void |
RevisionHandler.applyRevisionChanges(Path filePath,
ApplyRevisionOptions changes)
Processes changes in revisions and writes the result to the specified file.
|
void |
RevisionHandler.applyRevisionChanges(String filePath,
ApplyRevisionOptions changes)
Processes changes in revisions and writes the result to the specified file.
|
Copyright © 2024. All rights reserved.