Uses of Class
org.apache.pdfbox.pdmodel.PageMode
-
Packages that use PageMode Package Description org.apache.pdfbox.pdmodel 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 PageMode Modifier and Type Method Description static PageModePageMode. fromString(java.lang.String value)PageModePDDocumentCatalog. getPageMode()Returns the page display mode.static PageModePageMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PageMode[]PageMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pdfbox.pdmodel with parameters of type PageMode Modifier and Type Method Description voidPDDocumentCatalog. setPageMode(PageMode mode)Sets the page mode.
-