| Package | Description |
|---|---|
| com.groupdocs.cloud.viewer.model |
| Modifier and Type | Method | Description |
|---|---|---|
static WebDocumentOptions.PageSizeEnum |
WebDocumentOptions.PageSizeEnum.fromValue(String text) |
|
WebDocumentOptions.PageSizeEnum |
WebDocumentOptions.getPageSize() |
The size of the output page.
|
WebDocumentOptions.PageSizeEnum |
WebDocumentOptions.PageSizeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static WebDocumentOptions.PageSizeEnum |
WebDocumentOptions.PageSizeEnum.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static WebDocumentOptions.PageSizeEnum[] |
WebDocumentOptions.PageSizeEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
WebDocumentOptions |
WebDocumentOptions.pageSize(WebDocumentOptions.PageSizeEnum pageSize) |
|
void |
WebDocumentOptions.setPageSize(WebDocumentOptions.PageSizeEnum pageSize) |
|
void |
WebDocumentOptions.PageSizeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
WebDocumentOptions.PageSizeEnum enumeration) |
Copyright © 2025. All rights reserved.