public class PDExternalDataDictionary extends Object implements COSObjectable
Constructor and Description |
---|
PDExternalDataDictionary()
Constructor.
|
PDExternalDataDictionary(COSDictionary dictionary)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
COSDictionary |
getCOSObject()
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 COSDictionary getCOSObject()
getCOSObject
in interface COSObjectable
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.