Uses of Enum
com.pdftools.documentassembly.PageRotation
Packages that use PageRotation
-
Uses of PageRotation in com.pdftools.documentassembly
Methods in com.pdftools.documentassembly that return PageRotationModifier and TypeMethodDescriptionPageCopyOptions.getPageRotation()Specify how page(s) should be rotated.static PageRotationReturns the enum constant of this type with the specified name.static PageRotation[]PageRotation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pdftools.documentassembly with parameters of type PageRotationModifier and TypeMethodDescriptionvoidPageCopyOptions.setPageRotation(PageRotation value) Specify how page(s) should be rotated.