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 boolean
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 PdfAnnotation Modifier and Type Method Description BufferedImage
PdfDocumentReader. generateImageScreenshotWithoutAnnotations(int page, List<PdfAnnotation> addedAnnotations)
Generates the image screenshot by hiding the given list ofannotationBoxes
static boolean
PdfModificationDetectionUtils. isAnnotationBoxOverlapping(AnnotationBox annotationBox, List<PdfAnnotation> pdfAnnotations)
Checks if the givenannotationBox
overlaps 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 BufferedImage
ITextDocumentReader. 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 BufferedImage
PdfBoxDocumentReader. generateImageScreenshotWithoutAnnotations(int page, List<PdfAnnotation> annotations)