Class FreeTextAnnotationValidator
java.lang.Object
org.apache.pdfbox.preflight.annotation.AnnotationValidator
org.apache.pdfbox.preflight.annotation.FreeTextAnnotationValidator
Validation class for the FreeTextAnnotation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PDAnnotationTextMarkup
PDFBox object which wraps the Annotation dictionaryFields inherited from class org.apache.pdfbox.preflight.annotation.AnnotationValidator
annotDictionary, ctx, pdAnnot
-
Constructor Summary
ConstructorsConstructorDescriptionFreeTextAnnotationValidator
(PreflightContext ctx, COSDictionary annotDictionary) -
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
-
pdFreeText
PDFBox object which wraps the Annotation dictionary
-
-
Constructor Details
-
FreeTextAnnotationValidator
-
-
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.
-