COSObjectable, PDDestinationOrActionpublic class PDActionRemoteGoTo extends PDAction
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
SUB_TYPE |
This type of action this object represents.
|
| Constructor | Description |
|---|---|
PDActionRemoteGoTo() |
Default constructor.
|
PDActionRemoteGoTo(COSDictionary a) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
COSBase |
getD() |
This will get the destination to jump to.
|
PDFileSpecification |
getFile() |
This will get the file in which the destination is located.
|
OpenMode |
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.
|
java.lang.String |
getS() |
Deprecated.
|
void |
setD(COSBase d) |
This will set the destination to jump to.
|
void |
setFile(PDFileSpecification fs) |
This will set the file in which the destination is located.
|
void |
setOpenInNewWindow(boolean value) |
Deprecated.
|
void |
setOpenInNewWindow(OpenMode value) |
This will specify whether to open the destination document in a new window.
|
void |
setS(java.lang.String s) |
Deprecated.
|
boolean |
shouldOpenInNewWindow() |
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCOSObject, getNext, getSubType, getType, setNext, setSubType, setTypepublic static final java.lang.String SUB_TYPE
public PDActionRemoteGoTo()
public PDActionRemoteGoTo(COSDictionary a)
a - The action dictionary.@Deprecated public java.lang.String getS()
@Deprecated public void setS(java.lang.String s)
s - The remote go-to action.public PDFileSpecification getFile() throws java.io.IOException
java.io.IOException - If there is an error creating the file spec.public void setFile(PDFileSpecification fs)
fs - The file specification.public COSBase getD()
public void setD(COSBase d)
d - The destination.@Deprecated public boolean shouldOpenInNewWindow()
@Deprecated public void setOpenInNewWindow(boolean value)
value - The flag value.public OpenMode getOpenInNewWindow()
public void setOpenInNewWindow(OpenMode value)
value - The flag value.Copyright © 2002–2018. All rights reserved.