Uses of Class
org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences
-
Packages that use PDViewerPreferences Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. -
-
Uses of PDViewerPreferences in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDViewerPreferences Modifier and Type Method Description PDViewerPreferences
PDDocumentCatalog. getViewerPreferences()
Get the viewer preferences associated with this document or null if they do not exist.Methods in org.apache.pdfbox.pdmodel with parameters of type PDViewerPreferences Modifier and Type Method Description void
PDDocumentCatalog. setViewerPreferences(PDViewerPreferences prefs)
Sets the viewer preferences.
-