public class URIAction extends Action
The uniform resource identifier (URI) action represents destination that is a hypertext link
The URI can be extracted from this object so that the content can be loaded in a web browser. ICEpdf does not currently support image map URI's.
| Modifier and Type | Field and Description |
|---|---|
static Name |
URI_KEY |
ACTION_TYPE, ACTION_TYPE_GOTO, ACTION_TYPE_GOTO_REMOTE, ACTION_TYPE_JAVA_SCRIPT, ACTION_TYPE_KEY, ACTION_TYPE_LAUNCH, ACTION_TYPE_NAMED, ACTION_TYPE_RESET_SUBMIT, ACTION_TYPE_SUBMIT_SUBMIT, ACTION_TYPE_URI, NEXT_KEYentries, FORM_TYPE_KEY, inited, isDeleted, isNew, LENGTH_KEY, library, SUBTYPE_KEY, TYPE_KEY| Constructor and Description |
|---|
URIAction(Library l,
java.util.HashMap h)
Creates a new instance of a Action.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getURI()
Gets the Uniform resource identifier to resolve, encoded in 7-bit ASCII.
|
boolean |
isMap()
Gets a flag specifying whether to track thee mouse poisition when the
URI is resolved.
|
void |
setURI(java.lang.String URI)
Sets the URI string associated witht this action.
|
buildAction, getType, similargetEntries, getFloat, getInt, getLibrary, getNumber, getObject, getPObjectReference, init, isDeleted, isNew, setDeleted, setNew, setPObjectReference, toStringpublic static final Name URI_KEY
public URIAction(Library l, java.util.HashMap h)
l - document library.h - Action dictionary entries.public void setURI(java.lang.String URI)
URI - an string value except null.public java.lang.String getURI()
public boolean isMap()