| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.Action
com.cete.dynamicpdf.OutlineAnnotationAction
com.cete.dynamicpdf.UrlAction
public class UrlAction
This class can be used to specify a URL when defining a Link or a Bookmark.
Licensing:
This class is a DynamicPDF Generator Professional Edition
 feature. One of the following licenses is required for non-evaluation usage:
 
| Field Summary | 
|---|
| Fields inherited from class com.cete.dynamicpdf.Action | 
|---|
| text_A, text_Next, text_S, text_Type | 
| Constructor Summary | |
|---|---|
| UrlAction(java.lang.String url)Initializes a new instance of the UrlActionclass. | |
| Method Summary | |
|---|---|
|  void | draw(DocumentWriter writer)Draws the action to the specified DocumentWriterobject. | 
|  java.lang.String | getURL()Gets the URL launched by the action. | 
|  void | setURL(java.lang.String value)Sets the URL launched by the action. | 
| Methods inherited from class com.cete.dynamicpdf.OutlineAnnotationAction | 
|---|
| getNextAction, setNextAction | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public UrlAction(java.lang.String url)
UrlAction class.
url - URL the action launches.UrlAction| Method Detail | 
|---|
public void setURL(java.lang.String value)
value - the URL launched by the action.public java.lang.String getURL()
public void draw(DocumentWriter writer)
DocumentWriter object.
draw in class Actionwriter - DocumentWriter object to receive the actions output.DocumentWriter| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||