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 | Description |
---|---|---|
java.util.List<PDAnnotation> |
PDPage.getAnnotations(AnnotationFilter annotationFilter) |
This will return a list of the annotations for this page.
|
Modifier and Type | Method | Description |
---|---|---|
AnnotationFilter |
PageDrawer.getAnnotationFilter() |
Return the AnnotationFilter.
|
AnnotationFilter |
PDFRenderer.getAnnotationsFilter() |
Return the AnnotationFilter.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PageDrawer.setAnnotationFilter(AnnotationFilter annotationFilter) |
Set the AnnotationFilter.
|
void |
PDFRenderer.setAnnotationsFilter(AnnotationFilter annotationsFilter) |
Set the AnnotationFilter.
|
Copyright © 2002–2018. All rights reserved.