| Package | Description |
|---|---|
| com.groupdocs.cloud.conversion.model |
| Modifier and Type | Method | Description |
|---|---|---|
static PdfConvertOptions.PdfFormatEnum |
PdfConvertOptions.PdfFormatEnum.fromValue(String text) |
|
PdfConvertOptions.PdfFormatEnum |
PdfConvertOptions.getPdfFormat() |
Set the pdf format of the converted document.
|
PdfConvertOptions.PdfFormatEnum |
PdfConvertOptions.PdfFormatEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static PdfConvertOptions.PdfFormatEnum |
PdfConvertOptions.PdfFormatEnum.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PdfConvertOptions.PdfFormatEnum[] |
PdfConvertOptions.PdfFormatEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
PdfConvertOptions |
PdfConvertOptions.pdfFormat(PdfConvertOptions.PdfFormatEnum pdfFormat) |
|
void |
PdfConvertOptions.setPdfFormat(PdfConvertOptions.PdfFormatEnum pdfFormat) |
|
void |
PdfConvertOptions.PdfFormatEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PdfConvertOptions.PdfFormatEnum enumeration) |
Copyright © 2025. All rights reserved.