| Package | Description |
|---|---|
| com.groupdocs.cloud.conversion.model |
| Modifier and Type | Method | Description |
|---|---|---|
static WebLoadOptions.PageLayoutEnum |
WebLoadOptions.PageLayoutEnum.fromValue(String text) |
|
WebLoadOptions.PageLayoutEnum |
WebLoadOptions.getPageLayout() |
Specifies the page layout options when loading web documents
|
WebLoadOptions.PageLayoutEnum |
WebLoadOptions.PageLayoutEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static WebLoadOptions.PageLayoutEnum |
WebLoadOptions.PageLayoutEnum.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static WebLoadOptions.PageLayoutEnum[] |
WebLoadOptions.PageLayoutEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
WebLoadOptions |
WebLoadOptions.pageLayout(WebLoadOptions.PageLayoutEnum pageLayout) |
|
void |
WebLoadOptions.setPageLayout(WebLoadOptions.PageLayoutEnum pageLayout) |
|
void |
WebLoadOptions.PageLayoutEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
WebLoadOptions.PageLayoutEnum enumeration) |
Copyright © 2025. All rights reserved.