public class PDActionURI extends PDAction
| Modifier and Type | Field and Description | 
|---|---|
| static String | SUB_TYPEThis type of action this object represents. | 
| Constructor and Description | 
|---|
| PDActionURI()Default constructor. | 
| PDActionURI(COSDictionary a)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getS()Deprecated. 
 | 
| String | getURI()This will get the uniform resource identifier to resolve. | 
| void | setS(String s)Deprecated. 
 | 
| void | setTrackMousePosition(boolean value)This will specify whether to track the mouse position when the URI is
 resolved. | 
| void | setURI(String uri)This will set the uniform resource identifier to resolve, encoded in
 7-bit ASCII. | 
| boolean | shouldTrackMousePosition()This will specify whether to track the mouse position when the URI is
 resolved. | 
getCOSObject, getNext, getSubType, getType, setNext, setSubType, setTypepublic static final String SUB_TYPE
public PDActionURI()
public PDActionURI(COSDictionary a)
a - The action dictionary.@Deprecated public String getS()
PDAction.getSubType().@Deprecated public void setS(String s)
PDAction.setSubType(java.lang.String).s - The URI action.public String getURI()
public void setURI(String uri)
uri - The uniform resource identifier.public boolean shouldTrackMousePosition()
public void setTrackMousePosition(boolean value)
value - The flag value.Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.