Uses of Enum Class
org.sejda.sambox.pdmodel.interactive.action.OpenMode
Packages that use OpenMode
-
Uses of OpenMode in org.sejda.sambox.pdmodel.interactive.action
Methods in org.sejda.sambox.pdmodel.interactive.action that return OpenModeModifier and TypeMethodDescriptionPDActionEmbeddedGoTo.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.PDActionLaunch.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.PDActionRemoteGoTo.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 OpenModeReturns the enum constant of this class with the specified name.static OpenMode[]OpenMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sejda.sambox.pdmodel.interactive.action with parameters of type OpenModeModifier and TypeMethodDescriptionvoidPDActionEmbeddedGoTo.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.