Uses of Interface
org.apache.pdfbox.pdmodel.interactive.annotation.AnnotationFilter
-
Packages that use AnnotationFilter Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.rendering -
-
Uses of AnnotationFilter in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel with parameters of type AnnotationFilter Modifier and Type Method Description java.util.List<PDAnnotation>
PDPage. getAnnotations(AnnotationFilter annotationFilter)
This will return a list of the annotations for this page. -
Uses of AnnotationFilter in org.apache.pdfbox.rendering
Fields in org.apache.pdfbox.rendering declared as AnnotationFilter Modifier and Type Field Description private AnnotationFilter
PageDrawer. annotationFilter
Default annotations filter, returns all annotationsprivate AnnotationFilter
PDFRenderer. annotationFilter
Default annotations filter, returns all annotationsMethods in org.apache.pdfbox.rendering that return AnnotationFilter Modifier and Type Method Description AnnotationFilter
PageDrawer. getAnnotationFilter()
Return the AnnotationFilter.AnnotationFilter
PDFRenderer. getAnnotationsFilter()
Return the AnnotationFilter.Methods in org.apache.pdfbox.rendering with parameters of type AnnotationFilter Modifier and Type Method Description void
PageDrawer. setAnnotationFilter(AnnotationFilter annotationFilter)
Set the AnnotationFilter.void
PDFRenderer. setAnnotationsFilter(AnnotationFilter annotationsFilter)
Set the AnnotationFilter.
-