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 TypeMethodDescriptionbooleanAnnotationBox.isOverlap(PdfAnnotation pdfAnnotation) Checks if the currentAnnotationBoxoverlaps with the givenpdfAnnotationMethod parameters in eu.europa.esig.dss.pdf with type arguments of type PdfAnnotationModifier and TypeMethodDescriptionprotected voidPdfSignatureFieldPositionChecker.checkSignatureFieldBoxOverlap(AnnotationBox signatureFieldBox, List<PdfAnnotation> pdfAnnotations) This method verifies whether thesignatureFieldBoxoverlaps with one of the extractedpdfAnnotationsPdfDocumentReader.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 TypeMethodDescriptionbooleanDefaultPdfDifferencesFinder.isAnnotationBoxOverlapping(AnnotationBox annotationBox, List<PdfAnnotation> pdfAnnotations) booleanPdfDifferencesFinder.isAnnotationBoxOverlapping(AnnotationBox annotationBox, List<PdfAnnotation> pdfAnnotations) Checks if the givenannotationBoxoverlaps 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)