Uses of Class
org.pdfbox.pdmodel.interactive.annotation.PDAnnotationPopup

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

Uses of PDAnnotationPopup in org.pdfbox.pdmodel.interactive.annotation
 

Methods in org.pdfbox.pdmodel.interactive.annotation that return PDAnnotationPopup
 PDAnnotationPopup PDAnnotationMarkup.getPopup()
          This will retrieve the popup annotation used for entering/editing the text for this annotation.
 

Methods in org.pdfbox.pdmodel.interactive.annotation with parameters of type PDAnnotationPopup
 void PDAnnotationMarkup.setPopup(PDAnnotationPopup popup)
          This will set the popup annotation used for entering/editing the text for this annotation.