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 |
---|---|
PreviewFormats |
PreviewOptions.getPreviewFormat()
Preview image format.
|
Modifier and Type | Method and Description |
---|---|
void |
PreviewOptions.setPreviewFormat(PreviewFormats value)
Preview image format.
|
PreviewOptions.Builder |
PreviewOptions.Builder.setPreviewFormat(PreviewFormats value)
Sets preview format.
|
Modifier and Type | Method and Description |
---|---|
static PreviewFormats |
PreviewFormats.fromString(String toStringValue) |
static PreviewFormats |
PreviewFormats.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreviewFormats[] |
PreviewFormats.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.