Uses of Enum Class
org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.PRINT_SCALING
Packages that use PDViewerPreferences.PRINT_SCALING
Package
Description
A package to allow access to document viewing preferences.
-
Uses of PDViewerPreferences.PRINT_SCALING in org.apache.pdfbox.pdmodel.interactive.viewerpreferences
Methods in org.apache.pdfbox.pdmodel.interactive.viewerpreferences that return PDViewerPreferences.PRINT_SCALINGModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PDViewerPreferences.PRINT_SCALING[]
PDViewerPreferences.PRINT_SCALING.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pdfbox.pdmodel.interactive.viewerpreferences with parameters of type PDViewerPreferences.PRINT_SCALINGModifier and TypeMethodDescriptionvoid
PDViewerPreferences.setPrintScaling
(PDViewerPreferences.PRINT_SCALING value) Set the PrintScaling preference.