com.icesoft.pdf.pobjects.actions
Class URIAction
java.lang.Object
com.icesoft.pdf.pobjects.Dictionary
com.icesoft.pdf.pobjects.actions.Action
com.icesoft.pdf.pobjects.actions.URIAction
- public class URIAction
- extends Action
The uniform resource identifier (URI) action represents destination
that is a hypertext link
The URI can be extracted from this object so that the content can
be loaded in a web browser. ICEpdf does not currently support image map
URI's.
- Since:
- 2.6
- Author:
- ICEsoft Technologies, Inc.
|
Method Summary |
String |
getURI()
Gets the Uniform resource identifier to resolve, encoded in 7-bit ASCII. |
boolean |
isMap()
Gets a flag specifying whether to track thee mouse poisition when the
URI is resolved. |
| Methods inherited from class com.icesoft.pdf.pobjects.actions.Action |
getType |
URIAction
public URIAction(Library l,
Hashtable h)
- Creates a new instance of a Action.
- Parameters:
l - document library.h - Action dictionary entries.
getURI
public String getURI()
- Gets the Uniform resource identifier to resolve, encoded in 7-bit ASCII.
- Returns:
- uniform resouce.
isMap
public boolean isMap()
- Gets a flag specifying whether to track thee mouse poisition when the
URI is resolved. Default value is false.
- Returns:
- true if tmouse poiiin is to be called.