Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Method and Description |
---|---|
protected PDFLink |
PDFDocument.findLink(PDFLink compare)
Finds a link.
|
PDFLink |
PDFFactory.makeLink(Rectangle2D rect,
PDFAction pdfAction)
Create a PDF link to an existing PDFAction object
|
PDFLink |
PDFFactory.makeLink(Rectangle2D rect,
String dest,
boolean isNamedDestination)
Make an internal link.
|
PDFLink |
PDFFactory.makeLink(Rectangle2D rect,
String destination,
int linkType,
float yoffset)
Make a
PDFLink object |
PDFLink |
PDFFactory.makeLink(Rectangle2D rect,
String page,
String dest)
Make an internal link.
|
Modifier and Type | Method and Description |
---|---|
protected PDFLink |
PDFDocument.findLink(PDFLink compare)
Finds a link.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.