Package | Description |
---|---|
org.apache.pdfbox.pdmodel.interactive.annotation |
The annotation package contains classes that work with PDF annotation elements.
|
Modifier and Type | Method | Description |
---|---|---|
PDAnnotationPopup |
PDAnnotationMarkup.getPopup() |
This will retrieve the popup annotation used for entering/editing the
text for this annotation.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDAnnotationMarkup.setPopup(PDAnnotationPopup popup) |
This will set the popup annotation used for entering/editing the text for
this annotation.
|