| Package | Description |
|---|---|
| com.groupdocs.comparison.options |
Provides classes and interfaces for configuring various options and settings related to document comparison.
|
| com.groupdocs.comparison.options.style |
Provides classes and options for styling and configuring the visual appearance of the document comparison output in GroupDocs.Comparison.
|
| Modifier and Type | Method and Description |
|---|---|
DetalisationLevel |
CompareOptions.getDetalisationLevel()
Gets a level of comparison detalization represented as
DetalisationLevel. |
| Modifier and Type | Method and Description |
|---|---|
void |
CompareOptions.setDetalisationLevel(DetalisationLevel value)
Sets a level of comparison detalization represented as
DetalisationLevel. |
CompareOptions.Builder |
CompareOptions.Builder.setDetalisationLevel(DetalisationLevel value)
Sets a level of comparison detalization represented as
DetalisationLevel. |
| Modifier and Type | Method and Description |
|---|---|
static DetalisationLevel |
DetalisationLevel.fromString(String toStringValue)
Parses string representation of DetalisationLevel to get the enum constant.
|
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 © 2024. All rights reserved.