Uses of Class
org.apache.pdfbox.pdmodel.interactive.pagenavigation.PDTransitionMotion
-
Packages that use PDTransitionMotion Package Description org.apache.pdfbox.pdmodel.interactive.pagenavigation A package to allow provide access to PDF page navigation functionality. -
-
Uses of PDTransitionMotion in org.apache.pdfbox.pdmodel.interactive.pagenavigation
Methods in org.apache.pdfbox.pdmodel.interactive.pagenavigation that return PDTransitionMotion Modifier and Type Method Description static PDTransitionMotionPDTransitionMotion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PDTransitionMotion[]PDTransitionMotion. 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 PDTransitionMotion Modifier and Type Method Description voidPDTransition. setMotion(PDTransitionMotion motion)Sets the direction of motion for the specified transition effect.
-