public class URIAction extends Action
A URI Action within a PDF file allows a reader to click on a hyperlink and open a separate web page or another PDF or other kind of file accessed through a web link.
| Constructor and Description |
|---|
URIAction(java.lang.String URIstring,
boolean useMap)
General constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
boolean |
getIsMap()
The IsMap property include mouse coordinates with URI.
|
java.lang.String |
getURI()
The URI string for this action.
|
void |
setIsMap(boolean arg0)
The IsMap property include mouse coordinates with URI.
|
void |
setURI(java.lang.String arg0)
The URI string for this action.
|
equals, getPDFDict, getSubtype, toStringpublic URIAction(java.lang.String URIstring,
boolean useMap)
URIstring - String for the URIuseMap - Send mouse position with the URIpublic java.lang.String getURI()
public void setURI(java.lang.String arg0)
public boolean getIsMap()
public void setIsMap(boolean arg0)