Class HighlightAnnotationValidator
- java.lang.Object
-
- org.apache.pdfbox.preflight.annotation.AnnotationValidator
-
- org.apache.pdfbox.preflight.annotation.MarkupAnnotationValidator
-
- org.apache.pdfbox.preflight.annotation.HighlightAnnotationValidator
-
public class HighlightAnnotationValidator extends MarkupAnnotationValidator
Validation class for the Highlight 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 protectedHighlightAnnotationValidator(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
-
HighlightAnnotationValidator
protected HighlightAnnotationValidator(PreflightContext ctx, COSDictionary annotDictionary)
-
-