Uses of Class
org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.READING_DIRECTION

Packages that use PDViewerPreferences.READING_DIRECTION
org.apache.pdfbox.pdmodel.interactive.viewerpreferences A package to allow access to document viewing preferences. 
 

Uses of PDViewerPreferences.READING_DIRECTION in org.apache.pdfbox.pdmodel.interactive.viewerpreferences
 

Methods in org.apache.pdfbox.pdmodel.interactive.viewerpreferences that return PDViewerPreferences.READING_DIRECTION
static PDViewerPreferences.READING_DIRECTION PDViewerPreferences.READING_DIRECTION.valueOf(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.
 

Methods in org.apache.pdfbox.pdmodel.interactive.viewerpreferences with parameters of type PDViewerPreferences.READING_DIRECTION
 void PDViewerPreferences.setReadingDirection(PDViewerPreferences.READING_DIRECTION value)
          Set the reading direction preference.