Uses of Enum Class
com.datalogics.PDFL.PageRotation
Packages that use PageRotation
-
Uses of PageRotation in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return PageRotationModifier and TypeMethodDescriptionPage.getRotation()The number of degrees by which the page is rotated clockwise when displayed or printed.static PageRotationReturns the enum constant of this class with the specified name.static PageRotation[]PageRotation.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 PageRotationModifier and TypeMethodDescriptionvoidPage.setRotation(PageRotation rotation) The number of degrees by which the page is rotated clockwise when displayed or printed.