Uses of Enum
org.apache.pdfbox.pdmodel.PageLayout
Packages that use PageLayout
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
-
Uses of PageLayout in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PageLayoutModifier and TypeMethodDescriptionstatic PageLayout
PageLayout.fromString
(String value) PDDocumentCatalog.getPageLayout()
Returns the page layout.static PageLayout
Returns the enum constant of this type with the specified name.static PageLayout[]
PageLayout.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 PageLayoutModifier and TypeMethodDescriptionvoid
PDDocumentCatalog.setPageLayout
(PageLayout layout) Sets the page layout.