Class InkAnnotationValidator
java.lang.Object
org.apache.pdfbox.preflight.annotation.AnnotationValidator
org.apache.pdfbox.preflight.annotation.InkAnnotationValidator
Validation class for the InkAnnotation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PDAnnotationUnknownPDFBox which wraps the annotation dictionaryFields inherited from class org.apache.pdfbox.preflight.annotation.AnnotationValidator
annotDictionary, ctx, pdAnnot -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanOverride this method to check the presence of specific fieldsMethods inherited from class org.apache.pdfbox.preflight.annotation.AnnotationValidator
checkActions, checkAP, checkCA, checkColors, checkFlags, checkMandatoryFields, checkPopup, searchRGBProfile, setFactory, validate
-
Field Details
-
pdUnk
PDFBox which wraps the annotation dictionary
-
-
Constructor Details
-
InkAnnotationValidator
-
-
Method Details
-
checkSpecificMandatoryFields
protected boolean checkSpecificMandatoryFields()Description copied from class:AnnotationValidatorOverride this method to check the presence of specific fields- Overrides:
checkSpecificMandatoryFieldsin classAnnotationValidator- Returns:
- the presence of specific fields.
-