Class AnnotationCheckUtil
java.lang.Object
com.itextpdf.pdfua.checkers.utils.AnnotationCheckUtil
Deprecated.
Class that provides methods for checking PDF/UA compliance of annotations.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.in favor ofPdfUA1AnnotationChecker.PdfUA1AnnotationHandler -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisAnnotationVisible(PdfDictionary annotDict) Deprecated.Is annotation visible:trueif hidden flag isn't set and annotation intersects CropBox (default value is MediaBox).
-
Constructor Details
-
AnnotationCheckUtil
private AnnotationCheckUtil()Deprecated.
-
-
Method Details
-
isAnnotationVisible
Deprecated.Is annotation visible:trueif hidden flag isn't set and annotation intersects CropBox (default value is MediaBox).- Parameters:
annotDict- annotation to check- Returns:
trueif annotation should be checked, otherwisefalse
-
PdfUA1AnnotationChecker