Uses of Class
org.apache.pdfbox.pdmodel.interactive.action.OpenMode
-
Packages that use OpenMode Package Description org.apache.pdfbox.pdmodel.interactive.action This package represents actions that can be performed in a PDF document. -
-
Uses of OpenMode in org.apache.pdfbox.pdmodel.interactive.action
Methods in org.apache.pdfbox.pdmodel.interactive.action that return OpenMode Modifier and Type Method Description OpenModePDActionEmbeddedGoTo. getOpenInNewWindow()This will specify whether to open the destination document in a new window, in the same window, or behave in accordance with the current user preference.OpenModePDActionLaunch. getOpenInNewWindow()This will specify whether to open the destination document in a new window, in the same window, or behave in accordance with the current user preference.OpenModePDActionRemoteGoTo. getOpenInNewWindow()This will specify whether to open the destination document in a new window, in the same window, or behave in accordance with the current user preference.static OpenModeOpenMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OpenMode[]OpenMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pdfbox.pdmodel.interactive.action with parameters of type OpenMode Modifier and Type Method Description voidPDActionEmbeddedGoTo. setOpenInNewWindow(OpenMode value)This will specify whether to open the destination document in a new window.voidPDActionLaunch. setOpenInNewWindow(OpenMode value)This will specify whether to open the destination document in a new window.voidPDActionRemoteGoTo. setOpenInNewWindow(OpenMode value)This will specify whether to open the destination document in a new window.
-