Class PopupAnnotationValidator
- java.lang.Object
-
- org.apache.pdfbox.preflight.annotation.AnnotationValidator
-
- org.apache.pdfbox.preflight.annotation.PopupAnnotationValidator
-
public class PopupAnnotationValidator extends AnnotationValidator
Validation class for the PopupAnnotation
-
-
Field Summary
Fields Modifier and Type Field Description protected PDAnnotationPopup
pdPopup
PDFBox object which wraps the annotation dictionary-
Fields inherited from class org.apache.pdfbox.preflight.annotation.AnnotationValidator
annotDictionary, ctx, pdAnnot
-
-
Constructor Summary
Constructors Constructor Description PopupAnnotationValidator(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 Detail
-
pdPopup
protected PDAnnotationPopup pdPopup
PDFBox object which wraps the annotation dictionary
-
-
Constructor Detail
-
PopupAnnotationValidator
public PopupAnnotationValidator(PreflightContext ctx, COSDictionary annotDictionary)
-
-