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 |
getS() |
Deprecated.
|
java.lang.String |
getURI() |
This will get the uniform resource identifier to resolve.
|
void |
setS(java.lang.String s) |
Deprecated.
|
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
getCOSObject, getNext, getSubType, getType, setNext, setSubType, setType
public static final java.lang.String SUB_TYPE
public PDActionURI()
public PDActionURI(COSDictionary a)
a
- The action dictionary.@Deprecated public java.lang.String getS()
PDAction.getSubType()
.@Deprecated public void setS(java.lang.String s)
PDAction.setSubType(java.lang.String)
.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.Copyright © 2002–2018. All rights reserved.