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