Class RubberStampAnnotationValidator
java.lang.Object
org.apache.pdfbox.preflight.annotation.AnnotationValidator
org.apache.pdfbox.preflight.annotation.RubberStampAnnotationValidator
Validation class for the RubberStampAnnotation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PDAnnotationRubberStamp
PDFBox class which wraps the annotaiton dictionaryFields inherited from class org.apache.pdfbox.preflight.annotation.AnnotationValidator
annotDictionary, ctx, pdAnnot
-
Constructor Summary
ConstructorsConstructorDescriptionRubberStampAnnotationValidator
(PreflightContext ctx, COSDictionary annotDictionary) -
Method Summary
Methods inherited from class org.apache.pdfbox.preflight.annotation.AnnotationValidator
checkActions, checkAP, checkCA, checkColors, checkFlags, checkMandatoryFields, checkPopup, checkSpecificMandatoryFields, searchRGBProfile, setFactory, validate
-
Field Details
-
pdRStamp
PDFBox class which wraps the annotaiton dictionary
-
-
Constructor Details
-
RubberStampAnnotationValidator
-