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 PDAnnotationUnknown
PDFBox 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 boolean
Override 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:AnnotationValidator
Override this method to check the presence of specific fields- Overrides:
checkSpecificMandatoryFields
in classAnnotationValidator
- Returns:
- the presence of specific fields.
-