Uses of Enum Class
org.sejda.sambox.pdmodel.PageLayout
Packages that use PageLayout
-
Uses of PageLayout in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel that return PageLayoutModifier and TypeMethodDescriptionstatic PageLayoutPageLayout.fromString(String value) PDDocumentCatalog.getPageLayout()Returns the page layout.static PageLayoutReturns the enum constant of this class with the specified name.static PageLayout[]PageLayout.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 PageLayoutModifier and TypeMethodDescriptionvoidPDDocumentCatalog.setPageLayout(PageLayout layout) Sets the page layout.