Package com.datalogics.PDFL
Class URIAction
java.lang.Object
com.datalogics.PDFL.Action
com.datalogics.PDFL.URIAction
A text string, typically a hyperlink. A Uniform Resource Identifier (URI) is a text string that identifies a resource on the Internet, typically a hyperlink to a web page.
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 Summary
Constructors -
Method Summary
Methods inherited from class com.datalogics.PDFL.Action
equals, getPDFDict, getSubtype, toString
-
Constructor Details
-
URIAction
General constructor- Parameters:
URIstring- String for the URIuseMap- Send mouse position with the URI
-
-
Method Details
-
delete
public void delete() -
getURI
The URI string for this action.- Returns:
- URI for this action
-
setURI
The URI string for this action. -
getIsMap
public boolean getIsMap()The IsMap property include mouse coordinates with URI.- Returns:
- IsMap boolean
-
setIsMap
public void setIsMap(boolean arg0) The IsMap property include mouse coordinates with URI.
-