| 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 |
|---|---|
PreviewFormats |
PreviewOptions.getPreviewFormat()
Gets a format of preview images.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PreviewOptions.setPreviewFormat(PreviewFormats value)
Sets a format of preview images.
|
PreviewOptions.Builder |
PreviewOptions.Builder.setPreviewFormat(PreviewFormats value)
Sets a format of preview images.
|
| Modifier and Type | Method and Description |
|---|---|
static PreviewFormats |
PreviewFormats.fromString(String toStringValue)
Parses string representation of PreviewFormats to get the enum constant.
|
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 © 2024. All rights reserved.