Package | Description |
---|---|
com.groupdocs.comparison.options |
The package provides classes that allows to specify additional options for documents comparison process.
|
com.groupdocs.comparison.options.style |
Modifier and Type | Method and Description |
---|---|
DetalisationLevel |
CompareOptions.getDetalisationLevel()
Gets or sets the comparison detail level.
|
Modifier and Type | Method and Description |
---|---|
void |
CompareOptions.setDetalisationLevel(DetalisationLevel value)
Gets or sets the comparison detail level.
|
CompareOptions.Builder |
CompareOptions.Builder.setDetalisationLevel(DetalisationLevel value)
Sets detalisation level.
|
Modifier and Type | Method and Description |
---|---|
static DetalisationLevel |
DetalisationLevel.fromString(String toStringValue) |
static DetalisationLevel |
DetalisationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetalisationLevel[] |
DetalisationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.