public class PDExternalDataDictionary extends Object implements COSObjectable
| Constructor and Description | 
|---|
| PDExternalDataDictionary()Constructor. | 
| PDExternalDataDictionary(COSDictionary dictionary)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| COSBase | getCOSObject()Convert this standard java object to a COS object. | 
| COSDictionary | getDictionary()returns the dictionary. | 
| String | getSubtype()returns the subtype of the external data dictionary. | 
| String | getType()returns the type of the external data dictionary. | 
| void | setSubtype(String subtype)This will set the subtype of the external data dictionary. | 
public PDExternalDataDictionary()
public PDExternalDataDictionary(COSDictionary dictionary)
dictionary - Dictionarypublic COSBase getCOSObject()
getCOSObject in interface COSObjectablepublic COSDictionary getDictionary()
public String getType()
public String getSubtype()
public void setSubtype(String subtype)
subtype - the subtype of the external data dictionaryCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.