|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pdfbox.pdmodel.interactive.action.type.PDURIDictionary
public class PDURIDictionary
This is the implementation of an URI dictionary.
| Constructor Summary | |
|---|---|
PDURIDictionary()
Constructor. |
|
PDURIDictionary(COSDictionary dictionary)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getBase()
This will get the base URI to be used in resolving relative URI references. |
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
COSDictionary |
getDictionary()
Returns the corresponding dictionary. |
void |
setBase(String base)
This will set the base URI to be used in resolving relative URI references. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PDURIDictionary()
public PDURIDictionary(COSDictionary dictionary)
dictionary - the corresponding dictionary| Method Detail |
|---|
public COSBase getCOSObject()
getCOSObject in interface COSObjectablepublic COSDictionary getDictionary()
public String getBase()
public void setBase(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 | |||||||||