org.apache.pdfbox.pdmodel.interactive.action.type
public class PDURIDictionary extends java.lang.Object implements COSObjectable
Constructor and Description |
---|
PDURIDictionary()
Constructor.
|
PDURIDictionary(COSDictionary dictionary)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.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(java.lang.String base)
This will set the base URI to be used in resolving relative URI references.
|
public PDURIDictionary()
public PDURIDictionary(COSDictionary dictionary)
dictionary
- the corresponding dictionarypublic COSBase getCOSObject()
getCOSObject
in interface COSObjectable
public COSDictionary getDictionary()
public java.lang.String getBase()
public void setBase(java.lang.String base)
base
- The the base URI to be used.