Uses of Enum
org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.NON_FULL_SCREEN_PAGE_MODE
Packages that use PDViewerPreferences.NON_FULL_SCREEN_PAGE_MODE
Package
Description
A package to allow access to document viewing preferences.
-
Uses of PDViewerPreferences.NON_FULL_SCREEN_PAGE_MODE in org.apache.pdfbox.pdmodel.interactive.viewerpreferences
Methods in org.apache.pdfbox.pdmodel.interactive.viewerpreferences that return PDViewerPreferences.NON_FULL_SCREEN_PAGE_MODEModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.PDViewerPreferences.NON_FULL_SCREEN_PAGE_MODE.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.NON_FULL_SCREEN_PAGE_MODEModifier and TypeMethodDescriptionvoid
PDViewerPreferences.setNonFullScreenPageMode
(PDViewerPreferences.NON_FULL_SCREEN_PAGE_MODE value) Set the non full screen page mode preference.