Package | Description |
---|---|
com.groupdocs.cloud.conversion.model |
Modifier and Type | Method | Description |
---|---|---|
static PdfConvertOptions.RotateEnum |
PdfConvertOptions.RotateEnum.fromValue(String text) |
|
PdfConvertOptions.RotateEnum |
PdfConvertOptions.getRotate() |
Rotate page
|
PdfConvertOptions.RotateEnum |
PdfConvertOptions.RotateEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static PdfConvertOptions.RotateEnum |
PdfConvertOptions.RotateEnum.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PdfConvertOptions.RotateEnum[] |
PdfConvertOptions.RotateEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
PdfConvertOptions |
PdfConvertOptions.rotate(PdfConvertOptions.RotateEnum rotate) |
|
void |
PdfConvertOptions.setRotate(PdfConvertOptions.RotateEnum rotate) |
|
void |
PdfConvertOptions.RotateEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PdfConvertOptions.RotateEnum enumeration) |
Copyright © 2020. All rights reserved.