org.apache.pdfbox.pdmodel.interactive.annotation
Class PDExternalDataDictionary

java.lang.Object
  extended by org.apache.pdfbox.pdmodel.interactive.annotation.PDExternalDataDictionary
All Implemented Interfaces:
COSObjectable

public class PDExternalDataDictionary
extends Object
implements COSObjectable

This class represents an external data dictionary.

Version:
$Revision: 1.0 $

Constructor Summary
PDExternalDataDictionary()
          Constructor.
PDExternalDataDictionary(COSDictionary dictionary)
          Constructor.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDExternalDataDictionary

public PDExternalDataDictionary()
Constructor.


PDExternalDataDictionary

public PDExternalDataDictionary(COSDictionary dictionary)
Constructor.

Parameters:
dictionary - Dictionary
Method Detail

getCOSObject

public COSBase getCOSObject()
Convert this standard java object to a COS object.

Specified by:
getCOSObject in interface COSObjectable
Returns:
The cos object that matches this Java object.

getDictionary

public COSDictionary getDictionary()
returns the dictionary.

Returns:
the dictionary

getType

public String getType()
returns the type of the external data dictionary. It must be "ExData", if present

Returns:
the type of the external data dictionary

getSubtype

public String getSubtype()
returns the subtype of the external data dictionary.

Returns:
the subtype of the external data dictionary

setSubtype

public void setSubtype(String subtype)
This will set the subtype of the external data dictionary.

Parameters:
subtype - the subtype of the external data dictionary