Package | Description |
---|---|
org.apache.pdfbox.pdmodel.interactive.viewerpreferences |
A package to allow access to document viewing preferences.
|
Modifier and Type | Method | Description |
---|---|---|
static PDViewerPreferences.READING_DIRECTION |
PDViewerPreferences.READING_DIRECTION.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PDViewerPreferences.READING_DIRECTION[] |
PDViewerPreferences.READING_DIRECTION.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDViewerPreferences.setReadingDirection(PDViewerPreferences.READING_DIRECTION value) |
Set the reading direction preference.
|