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
Methods in org.apache.pdfbox.rendering that return AnnotationFilter Modifier and Type Method Description AnnotationFilterPageDrawer. getAnnotationFilter()Return the AnnotationFilter.AnnotationFilterPDFRenderer. getAnnotationsFilter()Return the AnnotationFilter.Methods in org.apache.pdfbox.rendering with parameters of type AnnotationFilter Modifier and Type Method Description voidPageDrawer. setAnnotationFilter(AnnotationFilter annotationFilter)Set the AnnotationFilter.voidPDFRenderer. setAnnotationsFilter(AnnotationFilter annotationsFilter)Set the AnnotationFilter.
-