Package | Description |
---|---|
org.apache.pdfbox.pdmodel.interactive.action |
This package represents actions that can be performed in a PDF document.
|
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.
|
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.
|
Copyright © 2002–2018. All rights reserved.