public class PDURIDictionary extends Object implements COSObjectable
| Constructor and Description |
|---|
PDURIDictionary()
Constructor.
|
PDURIDictionary(COSDictionary dictionary)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public PDURIDictionary()
public PDURIDictionary(COSDictionary dictionary)
dictionary - the corresponding dictionarypublic COSBase getCOSObject()
getCOSObject in interface COSObjectablepublic COSDictionary getDictionary()
public String getBase()
public void setBase(String base)
base - The the base URI to be used.Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.