| Package | Description |
|---|---|
| com.groupdocs.comparison.result |
Provides classes and interfaces for working with the result of document comparison.
|
| Modifier and Type | Method and Description |
|---|---|
static ComparisonAction |
ComparisonAction.fromInt(int intValue)
Creates new constant of enum ComparisonAction using provided numeric value.
|
static ComparisonAction |
ComparisonAction.fromString(String toStringValue)
Parses string representation of ComparisonAction to get the enum constant.
|
ComparisonAction |
ChangeInfo.getComparisonAction()
Gets the action that will be applied to the change.
|
static ComparisonAction |
ComparisonAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparisonAction[] |
ComparisonAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeInfo.setComparisonAction(ComparisonAction value)
Sets the action that should be applied to the change.
|
Copyright © 2024. All rights reserved.