Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationPopup
-
Packages that use PDAnnotationPopup Package Description org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. -
-
Uses of PDAnnotationPopup in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDAnnotationPopup Modifier and Type Method Description PDAnnotationPopupPDAnnotationMarkup. getPopup()This will retrieve the popup annotation used for entering/editing the text for this annotation.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDAnnotationPopup Modifier and Type Method Description voidPDAnnotationMarkup. setPopup(PDAnnotationPopup popup)This will set the popup annotation used for entering/editing the text for this annotation.
-