Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDExternalDataDictionary
-
Packages that use PDExternalDataDictionary Package Description 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 Modifier and Type Method Description PDExternalDataDictionary
PDAnnotationMarkup. getExternalData()
This will return the external data dictionary.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDExternalDataDictionary Modifier and Type Method Description void
PDAnnotationMarkup. setExternalData(PDExternalDataDictionary externalData)
This will set the external data dictionary.
-