|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pdfbox.pdmodel.interactive.action.type.PDAction
org.pdfbox.pdmodel.interactive.action.type.PDActionURI
public class PDActionURI
This represents a URI action that can be executed in a PDF document.
| Field Summary | |
|---|---|
static java.lang.String |
SUB_TYPE
This type of action this object represents. |
| Fields inherited from class org.pdfbox.pdmodel.interactive.action.type.PDAction |
|---|
action, TYPE |
| Constructor Summary | |
|---|---|
PDActionURI()
Default constructor. |
|
PDActionURI(COSDictionary a)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getBase()
This will get the base URI to be used in resolving relative URI references. |
COSDictionary |
getCOSDictionary()
Convert this standard java object to a COS object. |
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
java.lang.String |
getS()
This will get the type of action that the actions dictionary describes. |
java.lang.String |
getURI()
This will get the uniform resource identifier to resolve, encoded in 7-bit ASCII. |
void |
setBase(java.lang.String base)
This will set the base URI to be used in resolving relative URI references. |
void |
setS(java.lang.String s)
This will set the type of action that the actions dictionary describes. |
void |
setTrackMousePosition(boolean value)
This will specify whether to track the mouse position when the URI is resolved. |
void |
setURI(java.lang.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. |
| Methods inherited from class org.pdfbox.pdmodel.interactive.action.type.PDAction |
|---|
getNext, getSubType, getType, setNext, setSubType, setType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String SUB_TYPE
| Constructor Detail |
|---|
public PDActionURI()
public PDActionURI(COSDictionary a)
a - The action dictionary.| Method Detail |
|---|
public COSBase getCOSObject()
getCOSObject in interface COSObjectablegetCOSObject in class PDActionpublic COSDictionary getCOSDictionary()
getCOSDictionary in class PDActionpublic java.lang.String getS()
public void setS(java.lang.String s)
s - The URI action.public java.lang.String getURI()
public void setURI(java.lang.String uri)
uri - The uniform resource identifier.public boolean shouldTrackMousePosition()
public void setTrackMousePosition(boolean value)
value - The flag value.public java.lang.String getBase()
public void setBase(java.lang.String base)
base - The the base URI to be used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||