| Interface | Description |
|---|---|
| Annotated |
Marker interface for annotated objects.
|
| Annotation |
Marker interface for annotations.
|
| AnnotationCharacters.AnnotationControlCharacterFactory<T extends AnnotationCharacters.AnnotationControlCharacter<? extends Annotation>> |
Specialized interface for control character factories for annotations.
|
| AnnotationProcessor |
Processes an annotation.
|
| Class | Description |
|---|---|
| AnnotatedStyledText |
Extension of styled text that supports annotations.
|
| AnnotationCharacters |
Container for annotation control characters.
|
| AnnotationCharacters.AnchorControlCharacter |
An
{color:#ee22aa} indicates switching the color in markup,
where the color is given as hex RGB code (ee22aa in this case). |
| AnnotationCharacters.AnnotationControlCharacter<T extends Annotation> |
Common base class for annotation control characters.
|
| AnnotationCharacters.HyperlinkControlCharacter | |
| AnnotationCharacters.UnderlineControlCharacter |
Control character for underline.
|
| AnnotationDrawListener |
This listener has to be passed to all
draw() methods, in order collect all annotation metadata. |
| AnnotationProcessorFactory |
Factory used to create all available
AnnotationProcessors. |
| Annotations |
Container for all annotations.
|
| Annotations.AnchorAnnotation |
Represents a anchor annotation
|
| Annotations.HyperlinkAnnotation |
Represents a hyperlink annotation
|
| Annotations.UnderlineAnnotation |
Represents a underline annotation
|
| HyperlinkAnnotationProcessor |
This annotation processor handles both
Annotations.HyperlinkAnnotations and
Annotations.AnchorAnnotations, and adds the needed hyperlink metadata to the PDF
document. |
| UnderlineAnnotationProcessor |
This annotation processor handles the
Annotations.UnderlineAnnotations, and adds
the needed hyperlink metadata to the PDF document. |
| Enum | Description |
|---|---|
| Annotations.HyperlinkAnnotation.LinkStyle |
Copyright © 2022. All rights reserved.