public class PDExternalDataDictionary extends java.lang.Object implements COSObjectable
Modifier and Type | Field and Description |
---|---|
private COSDictionary |
dataDictionary |
Constructor and Description |
---|
PDExternalDataDictionary()
Constructor.
|
PDExternalDataDictionary(COSDictionary dictionary)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
COSDictionary |
getCOSObject()
returns the dictionary.
|
java.lang.String |
getSubtype()
returns the subtype of the external data dictionary.
|
java.lang.String |
getType()
returns the type of the external data dictionary.
|
void |
setSubtype(java.lang.String subtype)
This will set the subtype of the external data dictionary.
|
private final COSDictionary dataDictionary
public PDExternalDataDictionary()
public PDExternalDataDictionary(COSDictionary dictionary)
dictionary
- Dictionarypublic COSDictionary getCOSObject()
getCOSObject
in interface COSObjectable
public java.lang.String getType()
public java.lang.String getSubtype()
public void setSubtype(java.lang.String subtype)
subtype
- the subtype of the external data dictionary