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.org.apache.pdfbox.preflight.annotation -
-
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 PDAnnotationPopup
PDAnnotationMarkup. 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 void
PDAnnotationMarkup. setPopup(PDAnnotationPopup popup)
This will set the popup annotation used for entering/editing the text for this annotation. -
Uses of PDAnnotationPopup in org.apache.pdfbox.preflight.annotation
Fields in org.apache.pdfbox.preflight.annotation declared as PDAnnotationPopup Modifier and Type Field Description protected PDAnnotationPopup
PopupAnnotationValidator. pdPopup
PDFBox object which wraps the annotation dictionary
-