Home » pdfbox-1.1.0-src » org.apache.pdfbox.pdmodel.interactive.annotation » [javadoc | source]
org.apache.pdfbox.pdmodel.interactive.annotation
public class: PDExternalDataDictionary [javadoc | source]
java.lang.Object
   org.apache.pdfbox.pdmodel.interactive.annotation.PDExternalDataDictionary

All Implemented Interfaces:
    COSObjectable

This class represents an external data dictionary.
Constructor:
 public PDExternalDataDictionary() 
 public PDExternalDataDictionary(COSDictionary dictionary) 
    Constructor.
    Parameters:
    dictionary - Dictionary
Method from org.apache.pdfbox.pdmodel.interactive.annotation.PDExternalDataDictionary Summary:
getCOSObject,   getDictionary,   getSubtype,   getType,   setSubtype
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.pdfbox.pdmodel.interactive.annotation.PDExternalDataDictionary Detail:
 public COSBase getCOSObject() 
    {@inheritDoc}
 public COSDictionary getDictionary() 
    returns the dictionary.
 public String getSubtype() 
    returns the subtype of the external data dictionary.
 public String getType() 
    returns the type of the external data dictionary. It must be "ExData", if present
 public  void setSubtype(String subtype) 
    This will set the subtype of the external data dictionary.