Package | Description |
---|---|
com.groupdocs.comparison.options |
The package provides classes that allows to specify additional options for documents comparison process.
|
com.groupdocs.comparison.options.enums |
Modifier and Type | Method and Description |
---|---|
PasswordSaveOption |
CompareOptions.getPasswordSaveOption()
Gets or sets the password save option.
|
Modifier and Type | Method and Description |
---|---|
void |
CompareOptions.setPasswordSaveOption(PasswordSaveOption value)
Gets or sets the password save option.
|
CompareOptions.Builder |
CompareOptions.Builder.setPasswordSaveOption(PasswordSaveOption value)
Sets password save option.
|
Modifier and Type | Method and Description |
---|---|
static PasswordSaveOption |
PasswordSaveOption.fromString(String toStringValue) |
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 © 2023. All rights reserved.