| Package | Description |
|---|---|
| com.groupdocs.comparison.options |
Provides classes and interfaces for configuring various options and settings related to document comparison.
|
| com.groupdocs.comparison.options.enums |
Provides enumerations for various options and settings in GroupDocs.Comparison.
|
| Modifier and Type | Method and Description |
|---|---|
PasswordSaveOption |
CompareOptions.getPasswordSaveOption()
Gets a password save option represented by
PasswordSaveOption object. |
| Modifier and Type | Method and Description |
|---|---|
void |
CompareOptions.setPasswordSaveOption(PasswordSaveOption value)
Sets a password save option represented by
PasswordSaveOption object. |
CompareOptions.Builder |
CompareOptions.Builder.setPasswordSaveOption(PasswordSaveOption value)
Sets a password save option represented by
PasswordSaveOption object. |
| Modifier and Type | Method and Description |
|---|---|
static PasswordSaveOption |
PasswordSaveOption.fromString(String toStringValue)
Parses string representation of PasswordSaveOption to get the enum constant.
|
static PasswordSaveOption |
PasswordSaveOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PasswordSaveOption[] |
PasswordSaveOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.