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 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. -
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 PDAnnotationPopupPopupAnnotationValidator. pdPopupPDFBox object which wraps the annotation dictionary
-