Uses of Enum
org.apache.pdfbox.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.apache.pdfbox.pdmodel.interactive.viewerpreferences
Methods in org.apache.pdfbox.pdmodel.interactive.viewerpreferences that return PDViewerPreferences.DUPLEXModifier and TypeMethodDescriptionstatic PDViewerPreferences.DUPLEX
Returns the enum constant of this type with the specified name.static PDViewerPreferences.DUPLEX[]
PDViewerPreferences.DUPLEX.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.DUPLEXModifier and TypeMethodDescriptionvoid
PDViewerPreferences.setDuplex
(PDViewerPreferences.DUPLEX value) Set the Duplex preference.