COSObjectable
public class PDExternalDataDictionary extends java.lang.Object implements COSObjectable
Constructor | Description |
---|---|
PDExternalDataDictionary() |
Constructor.
|
PDExternalDataDictionary(COSDictionary dictionary) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
COSBase |
getCOSObject() |
Convert this standard java object to a COS object.
|
COSDictionary |
getDictionary() |
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 COSBase getCOSObject()
getCOSObject
in interface COSObjectable
public COSDictionary getDictionary()
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