Class PopupAnnotationValidator
java.lang.Object
org.apache.pdfbox.preflight.annotation.AnnotationValidator
org.apache.pdfbox.preflight.annotation.PopupAnnotationValidator
Validation class for the PopupAnnotation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PDAnnotationPopup
PDFBox object which wraps the annotation dictionaryFields inherited from class org.apache.pdfbox.preflight.annotation.AnnotationValidator
annotDictionary, ctx, pdAnnot
-
Constructor Summary
ConstructorsConstructorDescriptionPopupAnnotationValidator
(PreflightContext ctx, COSDictionary annotDictionary) -
Method Summary
Methods inherited from class org.apache.pdfbox.preflight.annotation.AnnotationValidator
checkActions, checkAP, checkCA, checkColors, checkFlags, checkMandatoryFields, checkPopup, checkSpecificMandatoryFields, searchRGBProfile, setFactory, validate
-
Field Details
-
pdPopup
PDFBox object which wraps the annotation dictionary
-
-
Constructor Details
-
PopupAnnotationValidator
-