Uses of Enum Class
com.datalogics.PDFL.PageMode
Packages that use PageMode
-
Uses of PageMode in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return PageModeModifier and TypeMethodDescriptionDocument.getPageMode()The PageMode of the PDF document.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 com.datalogics.PDFL with parameters of type PageModeModifier and TypeMethodDescriptionvoidDocument.setPageMode(PageMode pagemode) The PageMode of the PDF document.