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