Uses of Class
org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.DUPLEX
-
Packages that use PDViewerPreferences.DUPLEX Package Description org.apache.pdfbox.pdmodel.interactive.viewerpreferences 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.DUPLEX Modifier and Type Method Description static PDViewerPreferences.DUPLEX
PDViewerPreferences.DUPLEX. valueOf(java.lang.String name)
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.DUPLEX Modifier and Type Method Description void
PDViewerPreferences. setDuplex(PDViewerPreferences.DUPLEX value)
Set the Duplex preference.
-