Package | Description |
---|---|
com.groupdocs.conversion.options.convert |
The GroupDocs.Conversion.Options.Convert namespace provides classes to specify additional options for document conversion process.
|
Modifier and Type | Field and Description |
---|---|
static PdfDirection |
PdfDirection.L2R
Left to right.
|
static PdfDirection |
PdfDirection.R2L
Right to left.
|
Modifier and Type | Method and Description |
---|---|
PdfDirection |
PdfFormattingOptions.getDirection()
Sets reading order of text: L2R (left to right) or R2L (right to left).
|
Modifier and Type | Method and Description |
---|---|
void |
PdfFormattingOptions.setDirection(PdfDirection value)
Sets reading order of text: L2R (left to right) or R2L (right to left).
|