COSObjectablepublic class PDURIDictionary extends java.lang.Object implements COSObjectable
| Constructor | Description |
|---|---|
PDURIDictionary() |
Constructor.
|
PDURIDictionary(COSDictionary dictionary) |
Constructor.
|
| Modifier and Type | Method | 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.
|
public PDURIDictionary()
public PDURIDictionary(COSDictionary dictionary)
dictionary - the corresponding dictionarypublic COSDictionary getCOSObject()
getCOSObject in interface COSObjectablepublic java.lang.String getBase()
public void setBase(java.lang.String base)
base - The base URI to be used.Copyright © 2002–2018. All rights reserved.