Uses of Enum Class
org.sejda.sambox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.DUPLEX
Packages that use PDViewerPreferences.DUPLEX
Package
Description
A package to allow access to document viewing preferences.
-
Uses of PDViewerPreferences.DUPLEX in org.sejda.sambox.pdmodel.interactive.viewerpreferences
Methods in org.sejda.sambox.pdmodel.interactive.viewerpreferences that return PDViewerPreferences.DUPLEXModifier and TypeMethodDescriptionstatic PDViewerPreferences.DUPLEXReturns the enum constant of this class with the specified name.static PDViewerPreferences.DUPLEX[]PDViewerPreferences.DUPLEX.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.DUPLEXModifier and TypeMethodDescriptionvoidPDViewerPreferences.setDuplex(PDViewerPreferences.DUPLEX value) Set the Duplex preference.