Package | Description |
---|---|
com.groupdocs.comparison.common |
The package provides helpers classes.
|
com.groupdocs.comparison.words.revision |
Modifier and Type | Method and Description |
---|---|
static RevisionType |
Utils.wordsRevisionTypeToComparison(int wordRevisionType) |
Modifier and Type | Method and Description |
---|---|
static RevisionType |
RevisionType.fromInt(int toIntValue) |
static RevisionType |
RevisionType.fromString(String toStringValue) |
RevisionType |
RevisionInfo.getType()
RevisionHandler type, depending on the type the Action (accept or reject) logic changes.
|
static RevisionType |
RevisionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevisionType[] |
RevisionType.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.setType(RevisionType type)
RevisionHandler type, depending on the type the Action (accept or reject) logic changes.
|
Copyright © 2023. All rights reserved.