Uses of Class
eu.europa.esig.dss.pdf.PdfAnnotation
| Package | Description |
|---|---|
| eu.europa.esig.dss.pdf | |
| eu.europa.esig.dss.pdf.openpdf | |
| eu.europa.esig.dss.pdf.pdfbox |
-
Uses of PdfAnnotation in eu.europa.esig.dss.pdf
Methods in eu.europa.esig.dss.pdf that return types with arguments of type PdfAnnotation Modifier and Type Method Description List<PdfAnnotation>PdfDocumentReader. getPdfAnnotations(int page)Retrieves all annotations found in the documentMethods in eu.europa.esig.dss.pdf with parameters of type PdfAnnotation Modifier and Type Method Description booleanAnnotationBox. isOverlap(PdfAnnotation pdfAnnotation)Checks if the currentAnnotationBoxoverlaps with the givenpdfAnnotationMethod parameters in eu.europa.esig.dss.pdf with type arguments of type PdfAnnotation Modifier and Type Method Description BufferedImagePdfDocumentReader. generateImageScreenshotWithoutAnnotations(int page, List<PdfAnnotation> addedAnnotations)Generates the image screenshot by hiding the given list ofannotationBoxesstatic booleanPdfModificationDetectionUtils. isAnnotationBoxOverlapping(AnnotationBox annotationBox, List<PdfAnnotation> pdfAnnotations)Checks if the givenannotationBoxoverlaps withotherAnnotations -
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 PdfAnnotation Modifier and Type Method Description List<PdfAnnotation>ITextDocumentReader. getPdfAnnotations(int page)Method parameters in eu.europa.esig.dss.pdf.openpdf with type arguments of type PdfAnnotation Modifier and Type Method Description BufferedImageITextDocumentReader. 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 PdfAnnotation Modifier and Type Method Description List<PdfAnnotation>PdfBoxDocumentReader. getPdfAnnotations(int page)Method parameters in eu.europa.esig.dss.pdf.pdfbox with type arguments of type PdfAnnotation Modifier and Type Method Description BufferedImagePdfBoxDocumentReader. generateImageScreenshotWithoutAnnotations(int page, List<PdfAnnotation> annotations)