Uses of Enum Class
org.sejda.sambox.pdmodel.PageMode
Packages that use PageMode
-
Uses of PageMode in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel that return PageModeModifier and TypeMethodDescriptionstatic PageModePageMode.fromString(String value) PDDocumentCatalog.getPageMode()Returns the page display mode.static PageModeReturns 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.sejda.sambox.pdmodel with parameters of type PageModeModifier and TypeMethodDescriptionvoidPDDocumentCatalog.setPageMode(PageMode mode) Sets the page mode.