Uses of Class
org.apache.pdfbox.preflight.annotation.AnnotationValidator
-
Packages that use AnnotationValidator Package Description org.apache.pdfbox.preflight.annotation -
-
Uses of AnnotationValidator in org.apache.pdfbox.preflight.annotation
Subclasses of AnnotationValidator in org.apache.pdfbox.preflight.annotation Modifier and Type Class Description class
FreeTextAnnotationValidator
Validation class for the FreeTextAnnotationclass
InkAnnotationValidator
Validation class for the InkAnnotationclass
LineAnnotationValidator
Validation class for the LineAnnotationclass
LinkAnnotationValidator
Validation class for the LinkAnnotationclass
MarkupAnnotationValidator
Validation class for the MarkupAnnotationclass
PopupAnnotationValidator
Validation class for the PopupAnnotationclass
PrintMarkAnnotationValidator
Validation class for the PopupAnnotationclass
RubberStampAnnotationValidator
Validation class for the BudderStampAnnotationclass
SquareCircleAnnotationValidator
Validation class for the Square/Circle Annotationclass
TextAnnotationValidator
Validation class for Text Annotationclass
TrapNetAnnotationValidator
Validation class for the TrapNet annotationclass
WidgetAnnotationValidator
Validation class for the Widget AnnotationFields in org.apache.pdfbox.preflight.annotation with type parameters of type AnnotationValidator Modifier and Type Field Description protected java.util.Map<java.lang.String,java.lang.Class<? extends AnnotationValidator>>
AnnotationValidatorFactory. validatorClasses
Methods in org.apache.pdfbox.preflight.annotation that return AnnotationValidator Modifier and Type Method Description AnnotationValidator
AnnotationValidatorFactory. getAnnotationValidator(PreflightContext ctx, COSDictionary annotDic)
Return an instance of AnnotationValidator.
-