| Package | Description |
|---|---|
| rst.pdfbox.layout.text.annotations | |
| rst.pdfbox.layout.util |
| Modifier and Type | Method and Description |
|---|---|
Annotations.HyperlinkAnnotation.LinkStyle |
Annotations.HyperlinkAnnotation.getLinkStyle() |
static Annotations.HyperlinkAnnotation.LinkStyle |
Annotations.HyperlinkAnnotation.LinkStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Annotations.HyperlinkAnnotation.LinkStyle[] |
Annotations.HyperlinkAnnotation.LinkStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HyperlinkAnnotation(String hyperlinkUri,
Annotations.HyperlinkAnnotation.LinkStyle linkStyle)
Creates a hyperlink annotation.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationLink |
CompatibilityHelper.createLink(org.apache.pdfbox.pdmodel.PDPage page,
org.apache.pdfbox.pdmodel.common.PDRectangle rect,
Color color,
Annotations.HyperlinkAnnotation.LinkStyle linkStyle,
org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDDestination destination) |
static org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationLink |
CompatibilityHelper.createLink(org.apache.pdfbox.pdmodel.PDPage page,
org.apache.pdfbox.pdmodel.common.PDRectangle rect,
Color color,
Annotations.HyperlinkAnnotation.LinkStyle linkStyle,
String uri) |
Copyright © 2021. All rights reserved.