Package | Description |
---|---|
com.groupdocs.cloud.merger.model |
Modifier and Type | Method | Description |
---|---|---|
static PreviewOptions.FormatEnum |
PreviewOptions.FormatEnum.fromValue(java.lang.String text) |
|
PreviewOptions.FormatEnum |
PreviewOptions.getFormat() |
Preview image format
|
PreviewOptions.FormatEnum |
PreviewOptions.FormatEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static PreviewOptions.FormatEnum |
PreviewOptions.FormatEnum.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PreviewOptions.FormatEnum[] |
PreviewOptions.FormatEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
PreviewOptions |
PreviewOptions.format(PreviewOptions.FormatEnum format) |
|
void |
PreviewOptions.setFormat(PreviewOptions.FormatEnum format) |
|
void |
PreviewOptions.FormatEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PreviewOptions.FormatEnum enumeration) |
Copyright © 2022. All rights reserved.