Class AnnotationCheckUtil
- java.lang.Object
-
- com.itextpdf.pdfua.checkers.utils.AnnotationCheckUtil
-
@Deprecated public final class AnnotationCheckUtil extends java.lang.ObjectDeprecated.in favor ofPdfUA1AnnotationCheckerClass that provides methods for checking PDF/UA compliance of annotations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnnotationCheckUtil.AnnotationHandlerDeprecated.in favor ofPdfUA1AnnotationChecker.PdfUA1AnnotationHandler
-
Constructor Summary
Constructors Modifier Constructor Description privateAnnotationCheckUtil()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static booleanisAnnotationVisible(PdfDictionary annotDict)Deprecated.Is annotation visible:trueif hidden flag isn't set and annotation intersects CropBox (default value is MediaBox).
-
-
-
Method Detail
-
isAnnotationVisible
public static boolean isAnnotationVisible(PdfDictionary annotDict)
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
-
-