|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPdfObjectContainer
com.crionics.jpdf.action.AbstractAction
com.crionics.jpdf.action.URIAction
public class URIAction
A URI action specify a resource on the Internet—typically a file that is the destination of a hypertext link, although it can also resolve to a query or other entity.
| Method Summary | |
|---|---|
static URIAction |
createInstance(PdfDocument doc)
Allows the creation of a new Action into the Specified document. |
java.net.URL |
getURL()
Returns the URL to be resolved. |
boolean |
isMap()
Determines if the map flag is set or not. |
void |
setMap(boolean flag)
Sets a flag specifying whether to track the mouse position when the URL is resolved. |
void |
setURL(java.net.URL url)
Sets the URL to be resolved. |
| Methods inherited from class com.crionics.jpdf.action.AbstractAction |
|---|
getNextAction, hasNextAction, setNextAction |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static URIAction createInstance(PdfDocument doc)
throws PdfException,
java.io.IOException
The usage of this method requires the acquision of the Module jPDF Creator or jPDF Template
doc - The Document into which the Action should be created.
PdfException - If a problem occured while parsing the document.
java.io.IOException - If a problem occured while parsing the file.
public java.net.URL getURL()
throws java.io.IOException,
PdfException
PdfException - If a problem occured while parsing the document.
java.io.IOException - If a problem occured while parsing the file.
public boolean isMap()
throws PdfException,
java.io.IOException
setMap(boolean).
PdfException - If a problem occured while parsing the document.
java.io.IOException - If a problem occured while parsing the file.
public void setMap(boolean flag)
throws PdfException,
java.io.IOException
flag - true/false.
PdfException - If a problem occured while parsing the document.
java.io.IOException - If a problem occured while parsing the file.
public void setURL(java.net.URL url)
throws java.io.IOException,
PdfException
url - The URL.
PdfException - If a problem occured while parsing the document.
java.io.IOException - If a problem occured while parsing the file.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||