Class TrapNetAnnotationValidator
- java.lang.Object
-
- org.apache.pdfbox.preflight.annotation.AnnotationValidator
-
- org.apache.pdfbox.preflight.annotation.TrapNetAnnotationValidator
-
public class TrapNetAnnotationValidator extends AnnotationValidator
Validation class for the TrapNet annotation
-
-
Field Summary
Fields Modifier and Type Field Description protected PDAnnotationUnknown
pdUnk
PDFBox object which wraps the annotation dictionary-
Fields inherited from class org.apache.pdfbox.preflight.annotation.AnnotationValidator
annotDictionary, ctx, pdAnnot
-
-
Constructor Summary
Constructors Constructor Description TrapNetAnnotationValidator(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 Detail
-
pdUnk
protected PDAnnotationUnknown pdUnk
PDFBox object which wraps the annotation dictionary
-
-
Constructor Detail
-
TrapNetAnnotationValidator
public TrapNetAnnotationValidator(PreflightContext ctx, COSDictionary annotDictionary)
-
-