Uses of Enum Class
org.sejda.sambox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.READING_DIRECTION
Packages that use PDViewerPreferences.READING_DIRECTION
Package
Description
A package to allow access to document viewing preferences.
-
Uses of PDViewerPreferences.READING_DIRECTION in org.sejda.sambox.pdmodel.interactive.viewerpreferences
Methods in org.sejda.sambox.pdmodel.interactive.viewerpreferences that return PDViewerPreferences.READING_DIRECTIONModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PDViewerPreferences.READING_DIRECTION.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sejda.sambox.pdmodel.interactive.viewerpreferences with parameters of type PDViewerPreferences.READING_DIRECTIONModifier and TypeMethodDescriptionvoidPDViewerPreferences.setReadingDirection(PDViewerPreferences.READING_DIRECTION value) Set the reading direction preference.