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 OpenMode
PDActionEmbeddedGoTo. 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.OpenMode
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.OpenMode
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
OpenMode. 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 void
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.
-