Uses of Enum
org.apache.pdfbox.pdmodel.interactive.action.OpenMode
Packages that use OpenMode
Package
Description
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 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 OpenMode
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 OpenModeModifier and TypeMethodDescriptionvoid
PDActionEmbeddedGoTo.setOpenInNewWindow
(OpenMode value) This will specify whether to open the destination document in a new window.void
PDActionLaunch.setOpenInNewWindow
(OpenMode value) This will specify whether to open the destination document in a new window.void
PDActionRemoteGoTo.setOpenInNewWindow
(OpenMode value) This will specify whether to open the destination document in a new window.