Package | Description |
---|---|
org.apache.pdfbox.pdmodel.interactive.action |
This package represents actions that can be performed in a PDF document.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
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.
|
static OpenMode |
OpenMode.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
PDActionRemoteGoTo.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 |
PDActionEmbeddedGoTo.setOpenInNewWindow(OpenMode value)
This will specify whether to open the destination document in a new window.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.