| Package | Description |
|---|---|
| com.groupdocs.cloud.viewer.model |
| Modifier and Type | Method | Description |
|---|---|---|
static ViewOptions.ViewFormatEnum |
ViewOptions.ViewFormatEnum.fromValue(String text) |
|
ViewOptions.ViewFormatEnum |
ViewOptions.getViewFormat() |
View format (HTML, PNG, JPG, or PDF) Default value is HTML.
|
ViewOptions.ViewFormatEnum |
ViewOptions.ViewFormatEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static ViewOptions.ViewFormatEnum |
ViewOptions.ViewFormatEnum.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ViewOptions.ViewFormatEnum[] |
ViewOptions.ViewFormatEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ViewOptions.setViewFormat(ViewOptions.ViewFormatEnum viewFormat) |
|
ViewOptions |
ViewOptions.viewFormat(ViewOptions.ViewFormatEnum viewFormat) |
|
void |
ViewOptions.ViewFormatEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ViewOptions.ViewFormatEnum enumeration) |
Copyright © 2025. All rights reserved.