Uses of Class
org.apache.pdfbox.pdmodel.interactive.pagenavigation.PDTransitionDirection
-
Packages that use PDTransitionDirection Package Description org.apache.pdfbox.pdmodel.interactive.pagenavigation A package to allow provide access to PDF page navigation functionality. -
-
Uses of PDTransitionDirection in org.apache.pdfbox.pdmodel.interactive.pagenavigation
Methods in org.apache.pdfbox.pdmodel.interactive.pagenavigation that return PDTransitionDirection Modifier and Type Method Description static PDTransitionDirection
PDTransitionDirection. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PDTransitionDirection[]
PDTransitionDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pdfbox.pdmodel.interactive.pagenavigation with parameters of type PDTransitionDirection Modifier and Type Method Description void
PDTransition. setDirection(PDTransitionDirection direction)
Sets the direction in which the specified transition effect shall moves.
-