Uses of Class
eu.europa.esig.dss.pdf.PdfAnnotation
Packages that use PdfAnnotation
Package
Description
-
Uses of PdfAnnotation in eu.europa.esig.dss.pdf
Methods in eu.europa.esig.dss.pdf that return types with arguments of type PdfAnnotationModifier and TypeMethodDescriptionPdfDocumentReader.getPdfAnnotations
(int page) Retrieves all annotations found in the documentMethods in eu.europa.esig.dss.pdf with parameters of type PdfAnnotationModifier and TypeMethodDescriptionboolean
AnnotationBox.isOverlap
(PdfAnnotation pdfAnnotation) Checks if the currentAnnotationBox
overlaps with the givenpdfAnnotation
Method parameters in eu.europa.esig.dss.pdf with type arguments of type PdfAnnotationModifier 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
Method parameters in eu.europa.esig.dss.pdf.modifications with type arguments of type PdfAnnotationModifier 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
Methods in eu.europa.esig.dss.pdf.openpdf that return types with arguments of type PdfAnnotationMethod parameters in eu.europa.esig.dss.pdf.openpdf with type arguments of type PdfAnnotationModifier and TypeMethodDescriptionITextDocumentReader.generateImageScreenshotWithoutAnnotations
(int page, List<PdfAnnotation> annotations) -
Uses of PdfAnnotation in eu.europa.esig.dss.pdf.pdfbox
Methods in eu.europa.esig.dss.pdf.pdfbox that return types with arguments of type PdfAnnotationMethod parameters in eu.europa.esig.dss.pdf.pdfbox with type arguments of type PdfAnnotationModifier and TypeMethodDescriptionPdfBoxDocumentReader.generateImageScreenshotWithoutAnnotations
(int page, List<PdfAnnotation> annotations)