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.
|
COSDictionary |
getCOSObject()
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 COSDictionary getCOSObject()
getCOSObject
in interface COSObjectable
public String getBase()
public void setBase(String base)
base
- The base URI to be used.Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.