Uses of Class
eu.europa.esig.dss.pdf.PdfAnnotation
Package
Description
-
Uses of PdfAnnotation in eu.europa.esig.dss.pdf
Modifier and TypeMethodDescriptionPdfDocumentReader.getPdfAnnotations
(int page) Retrieves all annotations found in the documentModifier and TypeMethodDescriptionboolean
AnnotationBox.isOverlap
(PdfAnnotation pdfAnnotation) Checks if the currentAnnotationBox
overlaps with the givenpdfAnnotation
Modifier and TypeMethodDescriptionprotected void
PdfSignatureFieldPositionChecker.checkSignatureFieldBoxOverlap
(AnnotationBox signatureFieldBox, List<PdfAnnotation> pdfAnnotations) This method verifies whether thesignatureFieldBox
overlaps with one of the extractedpdfAnnotations
PdfDocumentReader.generateImageScreenshotWithoutAnnotations
(int page, List<PdfAnnotation> addedAnnotations) Generates the image screenshot by hiding the given list ofannotationBoxes
-
Uses of PdfAnnotation in eu.europa.esig.dss.pdf.modifications
Modifier and TypeMethodDescriptionboolean
DefaultPdfDifferencesFinder.isAnnotationBoxOverlapping
(AnnotationBox annotationBox, List<PdfAnnotation> pdfAnnotations) boolean
PdfDifferencesFinder.isAnnotationBoxOverlapping
(AnnotationBox annotationBox, List<PdfAnnotation> pdfAnnotations) Checks if the givenannotationBox
overlaps withpdfAnnotations
-
Uses of PdfAnnotation in eu.europa.esig.dss.pdf.openpdf
Modifier and TypeMethodDescriptionITextDocumentReader.generateImageScreenshotWithoutAnnotations
(int page, List<PdfAnnotation> annotations) -
Uses of PdfAnnotation in eu.europa.esig.dss.pdf.pdfbox
Modifier and TypeMethodDescriptionPdfBoxDocumentReader.generateImageScreenshotWithoutAnnotations
(int page, List<PdfAnnotation> annotations)