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