| Package | Description |
|---|---|
| rst.pdfbox.layout.text.annotations |
| Modifier and Type | Class and Description |
|---|---|
class |
HyperlinkAnnotationProcessor
This annotation processor handles both
Annotations.HyperlinkAnnotations and
Annotations.AnchorAnnotations, and adds the needed hyperlink metadata to the PDF
document. |
class |
UnderlineAnnotationProcessor
This annotation processor handles the
Annotations.UnderlineAnnotations, and adds
the needed hyperlink metadata to the PDF document. |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<AnnotationProcessor> |
AnnotationProcessorFactory.createAnnotationProcessors() |
| Modifier and Type | Method and Description |
|---|---|
static void |
AnnotationProcessorFactory.register(Class<? extends AnnotationProcessor> annotationProcessor)
Use this method to register your (custom) annotation processors.
|
Copyright © 2021. All rights reserved.