Uses of Interface
org.apache.pdfbox.pdmodel.interactive.annotation.AnnotationFilter
Packages that use AnnotationFilter
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
-
Uses of AnnotationFilter in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.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.apache.pdfbox.rendering
Methods in org.apache.pdfbox.rendering that return AnnotationFilterModifier and TypeMethodDescriptionPageDrawer.getAnnotationFilter()
Return the AnnotationFilter.PDFRenderer.getAnnotationsFilter()
Return the AnnotationFilter.Methods in org.apache.pdfbox.rendering with parameters of type AnnotationFilterModifier and TypeMethodDescriptionvoid
PageDrawer.setAnnotationFilter
(AnnotationFilter annotationFilter) Set the AnnotationFilter.void
PDFRenderer.setAnnotationsFilter
(AnnotationFilter annotationsFilter) Set the AnnotationFilter.