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