COSObjectablepublic class PDExternalDataDictionary extends java.lang.Object implements COSObjectable
| Constructor | Description |
|---|---|
PDExternalDataDictionary() |
Constructor.
|
PDExternalDataDictionary(COSDictionary dictionary) |
Constructor.
|
| Modifier and Type | Method | 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.
|
public PDExternalDataDictionary()
public PDExternalDataDictionary(COSDictionary dictionary)
dictionary - Dictionarypublic COSDictionary getCOSObject()
getCOSObject in interface COSObjectablepublic java.lang.String getType()
public java.lang.String getSubtype()
public void setSubtype(java.lang.String subtype)
subtype - the subtype of the external data dictionaryCopyright © 2002–2018. All rights reserved.