| Package | Description |
|---|---|
| com.groupdocs.comparison.common |
Provides utility classes with methods that can be useful when using the GroupDocs.Comparison API.
|
| 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 |
|---|---|
static RevisionType |
Utils.wordsRevisionTypeToComparison(int wordRevisionType)
Deprecated.
this tag was added just to exclude the method from JavaDoc
|
| Modifier and Type | Method and Description |
|---|---|
static RevisionType |
RevisionType.fromInt(int toIntValue)
Creates new constant of enum RevisionType using provided numeric value.
|
static RevisionType |
RevisionType.fromString(String toStringValue)
Parses string representation of RevisionType to get the enum constant.
|
RevisionType |
RevisionInfo.getType()
Gets the type of the revision, 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 value)
Sets the value of the revision, depending on the value the Action (accept or reject) logic changes.
|
Copyright © 2024. All rights reserved.