Package com.dynamicpdf.api
Class UrlAction
java.lang.Object
com.dynamicpdf.api.Action
com.dynamicpdf.api.UrlAction
Represents an action linking to an external URL.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
UrlAction
Initializes a new instance of theUrlActionclass.- Parameters:
 url- URL the action launches.
 
 - 
 - 
Method Details
- 
getUrl
Gets the URL launched by the action.- Returns:
 - The URL launched by the action.
 
 - 
setUrl
Sets the URL launched by the action.- Parameters:
 url- The URL launched by the action.
 
 -