| Package | Description |
|---|---|
| com.groupdocs.comparison.options |
Provides classes and interfaces for configuring various options and settings related to document comparison.
|
| com.groupdocs.comparison.result |
Provides classes and interfaces for working with the result of document comparison.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeType |
GetChangeOptions.getFilter()
Gets the filter for retrieving specific change types from the comparison result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetChangeOptions.setFilter(ChangeType value)
Sets the filter for retrieving specific change types from the comparison result.
|
| Constructor and Description |
|---|
GetChangeOptions(ChangeType filter)
Initializes a new instance of the GetChangeOptions class for specified filter type.
|
| Modifier and Type | Method and Description |
|---|---|
static ChangeType |
ChangeType.fromInt(int intValue)
Creates new constant of enum ChangeType using provided numeric value.
|
static ChangeType |
ChangeType.fromString(String toStringValue)
Parses string representation of ChangeType to get the enum constant.
|
ChangeType |
ChangeInfo.getType()
Gets the type of the change represented by enum
ChangeType. |
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 © 2024. All rights reserved.