Package | Description |
---|---|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
org.apache.pdfbox.rendering |
Modifier and Type | Method and Description |
---|---|
List<PDAnnotation> |
PDPage.getAnnotations(AnnotationFilter annotationFilter)
This will return a list of the annotations for this page.
|
Modifier and Type | Method and Description |
---|---|
AnnotationFilter |
PageDrawer.getAnnotationFilter()
Return the AnnotationFilter.
|
AnnotationFilter |
PDFRenderer.getAnnotationsFilter()
Return the AnnotationFilter.
|
Modifier and Type | Method and Description |
---|---|
void |
PageDrawer.setAnnotationFilter(AnnotationFilter annotationFilter)
Set the AnnotationFilter.
|
void |
PDFRenderer.setAnnotationsFilter(AnnotationFilter annotationsFilter)
Set the AnnotationFilter.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.