Package | Description |
---|---|
org.apache.pdfbox.pdmodel.interactive.annotation |
The annotation package contains classes that work with PDF annotation elements.
|
Modifier and Type | Method | Description |
---|---|---|
PDExternalDataDictionary |
PDAnnotationMarkup.getExternalData() |
This will return the external data dictionary.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDAnnotationMarkup.setExternalData(PDExternalDataDictionary externalData) |
This will set the external data dictionary.
|