Uses of Interface
org.sejda.sambox.pdmodel.interactive.annotation.AnnotationFilter
Packages that use AnnotationFilter
-
Uses of AnnotationFilter in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel with parameters of type AnnotationFilterModifier and TypeMethodDescriptionPDPage.getAnnotations(AnnotationFilter annotationFilter) This will return a list of the annotations for this page. -
Uses of AnnotationFilter in org.sejda.sambox.rendering
Methods in org.sejda.sambox.rendering that return AnnotationFilterModifier and TypeMethodDescriptionPageDrawer.getAnnotationFilter()Return the AnnotationFilter.PDFRenderer.getAnnotationsFilter()Return the AnnotationFilter.Methods in org.sejda.sambox.rendering with parameters of type AnnotationFilterModifier and TypeMethodDescriptionvoidPageDrawer.setAnnotationFilter(AnnotationFilter annotationFilter) Set the AnnotationFilter.voidPDFRenderer.setAnnotationsFilter(AnnotationFilter annotationsFilter) Set the AnnotationFilter.