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

Packages that use PDExternalDataDictionary
org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. 
 

Uses of PDExternalDataDictionary in org.apache.pdfbox.pdmodel.interactive.annotation
 

Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDExternalDataDictionary
 PDExternalDataDictionary PDAnnotationMarkup.getExternalData()
          This will return the external data dictionary.
 

Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDExternalDataDictionary
 void PDAnnotationMarkup.setExternalData(PDExternalDataDictionary externalData)
          This will set the external data dictionary.
 



Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.