| 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 |
|---|---|
RevisionAction |
RevisionInfo.getAction()
Gets the action associated with the revision (accept or reject).
|
RevisionAction |
ApplyRevisionOptions.getCommonHandler()
Gets the common revision action to be applied to all revisions.
|
static RevisionAction |
RevisionAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevisionAction[] |
RevisionAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RevisionInfo.setAction(RevisionAction value)
Sets the value associated with the revision (accept or reject).
|
void |
ApplyRevisionOptions.setCommonHandler(RevisionAction commonHandler)
Sets the common revision action to be applied to all revisions.
|
| Constructor and Description |
|---|
ApplyRevisionOptions(List<RevisionInfo> changes,
RevisionAction revisionAction)
Instantiates a new ApplyRevisionOptions object with the specified list of revisions and a common revision action.
|
ApplyRevisionOptions(RevisionAction revisionAction)
Instantiates a new ApplyRevisionOptions object with a common revision action.
|
Copyright © 2024. All rights reserved.