public class PDURIDictionary extends java.lang.Object implements COSObjectable
Modifier and Type | Field and Description |
---|---|
private COSDictionary |
uriDictionary |
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.
|
COSDictionary |
getCOSObject()
Returns the corresponding dictionary.
|
void |
setBase(java.lang.String base)
This will set the base URI to be used in resolving relative URI references.
|
private final COSDictionary uriDictionary
public PDURIDictionary()
public PDURIDictionary(COSDictionary dictionary)
dictionary
- the corresponding dictionarypublic COSDictionary getCOSObject()
getCOSObject
in interface COSObjectable
public java.lang.String getBase()
public void setBase(java.lang.String base)
base
- The base URI to be used.