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 PDAnnotationTextMarkupPDFBox 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 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
-
pdFreeText
PDFBox object which wraps the Annotation dictionary
-
-
Constructor Details
-
FreeTextAnnotationValidator
-
-
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.
-