Uses of Enum Class
org.apache.pdfbox.pdmodel.PageMode
Packages that use PageMode
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
-
Uses of PageMode in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PageModeModifier and TypeMethodDescriptionstatic PageMode
PageMode.fromString
(String value) PDDocumentCatalog.getPageMode()
Returns the page display mode.static PageMode
Returns the enum constant of this class with the specified name.static PageMode[]
PageMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pdfbox.pdmodel with parameters of type PageModeModifier and TypeMethodDescriptionvoid
PDDocumentCatalog.setPageMode
(PageMode mode) Sets the page mode.