Package | Description |
---|---|
com.groupdocs.comparison.options |
The package provides classes that allows to specify additional options for documents comparison process.
|
com.groupdocs.comparison.result |
The package provides classes which represents the comparison results.
|
Modifier and Type | Method and Description |
---|---|
ChangeType |
GetChangeOptions.getFilter()
Type of changes.
|
Modifier and Type | Method and Description |
---|---|
void |
GetChangeOptions.setFilter(ChangeType value)
Type of changes.
|
Constructor and Description |
---|
GetChangeOptions(ChangeType filter) |
Modifier and Type | Method and Description |
---|---|
static ChangeType |
ChangeType.fromInt(int intValue) |
static ChangeType |
ChangeType.fromString(String toStringValue) |
ChangeType |
ChangeInfo.getType()
Type of change.
|
static ChangeType |
ChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeType[] |
ChangeType.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.setType(ChangeType value)
Deprecated.
this tag was added just to exclude the method from JavaDoc
|
Copyright © 2023. All rights reserved.