| Package | Description |
|---|---|
| com.groupdocs.cloud.conversion.model |
| Modifier and Type | Method | Description |
|---|---|---|
static PdfConvertOptions.DirectionEnum |
PdfConvertOptions.DirectionEnum.fromValue(String text) |
|
PdfConvertOptions.DirectionEnum |
PdfConvertOptions.getDirection() |
Sets reading order of text: L2R (left to right) or R2L (right to left).
|
PdfConvertOptions.DirectionEnum |
PdfConvertOptions.DirectionEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static PdfConvertOptions.DirectionEnum |
PdfConvertOptions.DirectionEnum.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PdfConvertOptions.DirectionEnum[] |
PdfConvertOptions.DirectionEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
PdfConvertOptions |
PdfConvertOptions.direction(PdfConvertOptions.DirectionEnum direction) |
|
void |
PdfConvertOptions.setDirection(PdfConvertOptions.DirectionEnum direction) |
|
void |
PdfConvertOptions.DirectionEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PdfConvertOptions.DirectionEnum enumeration) |
Copyright © 2025. All rights reserved.