Class SquigglyAnnotationValidator
- java.lang.Object
-
- org.apache.pdfbox.preflight.annotation.AnnotationValidator
-
- org.apache.pdfbox.preflight.annotation.MarkupAnnotationValidator
-
- org.apache.pdfbox.preflight.annotation.SquigglyAnnotationValidator
-
public class SquigglyAnnotationValidator extends MarkupAnnotationValidator
Validation class for the Squiggly Annotation
-
-
Field Summary
-
Fields inherited from class org.apache.pdfbox.preflight.annotation.MarkupAnnotationValidator
pdMarkup
-
Fields inherited from class org.apache.pdfbox.preflight.annotation.AnnotationValidator
annotDictionary, ctx, pdAnnot
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSquigglyAnnotationValidator(PreflightContext ctx, COSDictionary annotDictionary)
-
Method Summary
-
Methods inherited from class org.apache.pdfbox.preflight.annotation.MarkupAnnotationValidator
checkSpecificMandatoryFields
-
Methods inherited from class org.apache.pdfbox.preflight.annotation.AnnotationValidator
checkActions, checkAP, checkCA, checkColors, checkFlags, checkMandatoryFields, checkPopup, searchRGBProfile, setFactory, validate
-
-
-
-
Constructor Detail
-
SquigglyAnnotationValidator
protected SquigglyAnnotationValidator(PreflightContext ctx, COSDictionary annotDictionary)
-
-