COSObjectable
, PDDestinationOrAction
public class PDActionURI extends PDAction
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
SUB_TYPE |
This type of action this object represents.
|
Constructor | Description |
---|---|
PDActionURI() |
Default constructor.
|
PDActionURI(COSDictionary a) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getBase() |
Deprecated.
use
PDURIDictionary.getBase() instead |
COSDictionary |
getCOSDictionary() |
Convert this standard java object to a COS object.
|
COSBase |
getCOSObject() |
Convert this standard java object to a COS object.
|
java.lang.String |
getS() |
This will get the type of action that the actions dictionary describes.
|
java.lang.String |
getURI() |
This will get the uniform resource identifier to resolve, encoded in 7-bit ASCII.
|
void |
setBase(java.lang.String base) |
Deprecated.
use
PDURIDictionary.setBase(String) instead |
void |
setS(java.lang.String s) |
This will set the type of action that the actions dictionary describes.
|
void |
setTrackMousePosition(boolean value) |
This will specify whether to track the mouse position when the URI is resolved.
|
void |
setURI(java.lang.String uri) |
This will set the uniform resource identifier to resolve, encoded in 7-bit ASCII.
|
boolean |
shouldTrackMousePosition() |
This will specify whether to track the mouse position when the URI is resolved.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNext, getSubType, getType, setNext, setSubType, setType
public static final java.lang.String SUB_TYPE
public PDActionURI()
public PDActionURI(COSDictionary a)
a
- The action dictionary.public COSBase getCOSObject()
getCOSObject
in interface COSObjectable
getCOSObject
in class PDAction
public COSDictionary getCOSDictionary()
getCOSDictionary
in class PDAction
public java.lang.String getS()
public void setS(java.lang.String s)
s
- The URI action.public java.lang.String getURI()
public void setURI(java.lang.String uri)
uri
- The uniform resource identifier.public boolean shouldTrackMousePosition()
public void setTrackMousePosition(boolean value)
value
- The flag value.public java.lang.String getBase()
PDURIDictionary.getBase()
insteadpublic void setBase(java.lang.String base)
PDURIDictionary.setBase(String)
insteadbase
- The the base URI to be used.